You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
544 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "Beescoop Purchase - Manual date planned",
  4. 'summary': """
  5. Extension of module Purchase to manually set the planned date for the whole purchase.order
  6. """,
  7. 'description': """
  8. """,
  9. 'author': "Beescoop - Cellule IT, Elouan Le Bars",
  10. 'website': "https://github.com/beescoop/Obeesdoo",
  11. 'category': 'Purchase',
  12. 'version': '9.0.1.0.1',
  13. 'depends': ['purchase'],
  14. 'data': [
  15. 'views/purchase_order.xml',
  16. 'report/report_purchaseorder.xml',
  17. ],
  18. }