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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
5 additions and
1 deletions
-
agreement_sale/__manifest__.py
-
agreement_sale/views/agreement.xml
|
@ -5,7 +5,7 @@ |
|
|
{ |
|
|
{ |
|
|
'name': u'Agreement (Sale)', |
|
|
'name': u'Agreement (Sale)', |
|
|
'summary': "Link an agreement to a sale order and copy to invoice", |
|
|
'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', |
|
|
'category': 'Contract', |
|
|
'author': "Akretion,Odoo Community Association (OCA)", |
|
|
'author': "Akretion,Odoo Community Association (OCA)", |
|
|
'website': 'http://www.akretion.com', |
|
|
'website': 'http://www.akretion.com', |
|
|
|
@ -21,4 +21,8 @@ |
|
|
</record> |
|
|
</record> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<menuitem id="menu_agreement" name="Agreement" action="agreement_account.agreement_action" |
|
|
|
|
|
parent="sales_team.menu_sale_config"/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</odoo> |
|
|
</odoo> |