Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions invoiceto_third_party/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).


{
{ # pylint: disable=C8101,C8103
'name': 'Trustcode - Invoice to third party',
'description': 'Invoice the sales order to a third party',
'summary': """
Invoice the sales order to a third party
""",
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'category': 'Invoicing & Payments',
'author': 'Trustcode',
'license': 'AGPL-3',
Expand Down