Browse Source

Merge pull request #149 from akretion/10-agreem-sale-menu

IMP ergonomy of agreement_sale
pull/151/head
beau sebastien 7 years ago
committed by GitHub
parent
commit
50310e5e19
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      agreement_sale/__manifest__.py
  2. 4
      agreement_sale/views/agreement.xml

2
agreement_sale/__manifest__.py

@ -5,7 +5,7 @@
{
'name': u'Agreement (Sale)',
'summary': "Link an agreement to a sale order and copy to invoice",
'version': '10.0.1.0.0',
'version': '10.0.1.0.1',
'category': 'Contract',
'author': "Akretion,Odoo Community Association (OCA)",
'website': 'http://www.akretion.com',

4
agreement_sale/views/agreement.xml

@ -21,4 +21,8 @@
</record>
<menuitem id="menu_agreement" name="Agreement" action="agreement_account.agreement_action"
parent="sales_team.menu_sale_config"/>
</odoo>
Loading…
Cancel
Save