Add a configuration parameter to use entry_posted journal setting. Add update_posted in journal items to display or not the button cancel.

This commit is contained in:
Laetitia Gangloff
2015-06-30 10:48:25 +02:00
committed by Stéphane Bidoul
parent 48385fbfeb
commit afe5a0e285
12 changed files with 231 additions and 37 deletions

View File

@@ -50,8 +50,9 @@ need to make a refund).
""",
'website': 'http://www.camptocamp.com',
'data': ['account_view.xml',
'invoice_view.xml'],
'invoice_view.xml',
'res_config_view.xml',
],
'installable': True,
'auto_install': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: