Skip to content

Commit

Permalink
base_facturx: black, isort, ...
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-via committed Jun 11, 2020
1 parent 4383fb2 commit 549f444
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
26 changes: 11 additions & 15 deletions base_facturx/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,15 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
'name': 'Base Factur-X',
'version': '13.0.1.0.0',
'category': 'Invoicing Management',
'license': 'AGPL-3',
'summary': 'Base module for Factur-X/ZUGFeRD',
'author': 'Akretion,Odoo Community Association (OCA)',
'maintainers': ['alexis-via'],
'website': 'https://github.com/OCA/edi',
'depends': [
'uom_unece',
'account_tax_unece',
'account_payment_unece',
],
'data': ['data/zugferd_codes.xml'],
'installable': True,
"name": "Base Factur-X",
"version": "13.0.1.0.0",
"category": "Invoicing Management",
"license": "AGPL-3",
"summary": "Base module for Factur-X/ZUGFeRD",
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/edi",
"depends": ["uom_unece", "account_tax_unece", "account_payment_unece"],
"data": ["data/zugferd_codes.xml"],
"installable": True,
}
4 changes: 2 additions & 2 deletions base_facturx/models/base_facturx.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@


class BaseFacturX(models.AbstractModel):
_name = 'base.facturx'
_description = 'Common methods to generate and parse Factur-X invoices'
_name = "base.facturx"
_description = "Common methods to generate and parse Factur-X invoices"

0 comments on commit 549f444

Please sign in to comment.