diff --git a/account_default_draft_move/README.rst b/account_default_draft_move/README.rst index 5e97d2a56..9820cb4c4 100644 --- a/account_default_draft_move/README.rst +++ b/account_default_draft_move/README.rst @@ -62,6 +62,22 @@ For further information, please visit: * https://www.odoo.com/forum/help-1 +.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas + :alt: Try me on Runbot + :target: https://runbot.odoo-community.org/runbot/92/8.0 + +For further information, please visit: + +* https://www.odoo.com/forum/help-1 + +Known issues / Roadmap +====================== + +* the visibility of the Post button on account moves should be made configurable + (this module currently hides it unconditionally) +* in 9.0, the parameter should be removed and always honoring the "Skip draft state" + flag should become the default + Bug Tracker =========== diff --git a/account_default_draft_move/__openerp__.py b/account_default_draft_move/__openerp__.py index a7124a741..273f8a57e 100644 --- a/account_default_draft_move/__openerp__.py +++ b/account_default_draft_move/__openerp__.py @@ -21,7 +21,9 @@ "name": "Move in draft state by default", "version": "1.0", "depends": ["base", "account", "account_constraints"], - "author": "Camptocamp,Odoo Community Association (OCA)", + "author": "Camptocamp," + "ACSONE SA/NV," + "Odoo Community Association (OCA)", 'license': 'AGPL-3', 'website': 'http://www.camptocamp.com', 'data': ['account_view.xml',