__openerp__.py 477 B

123456789101112131415
  1. {
  2. 'name':'Sale Order Product Factory Ref.',
  3. 'description':"""
  4. Sale Order Product Factory Ref.
  5. ===============================
  6. Show the factory reference field into sale order line, show field create_id and clean the view
  7. """,
  8. 'author': 'Eiru Software/Rodney Enciso Arias',
  9. 'website':'www.paraguayenlaweb.com',
  10. 'depends':['base','sale','product_barcode_athletic'],
  11. 'data':[
  12. 'factory_ref_view.xml',
  13. ],
  14. 'installable':True,
  15. }