Skip to content

Commit

Permalink
[REF] Remove no longer used files and set v8 -> v12
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoParadeda authored and renatonlima committed Jan 6, 2021
1 parent 838e785 commit 1f628f9
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 458 deletions.
18 changes: 8 additions & 10 deletions l10n_br_delivery/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,22 @@
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

{
'name': 'Brazilian Localization Delivery',
'name': 'L10n Br Delivery',
'summary': """
This module changes the delivery model strategy to match brazilian
standards.""",
'license': 'AGPL-3',
'author': 'Akretion, Odoo Community Association (OCA)',
'website': 'http://odoo-brasil.org',
'version': '8.0.1.0.0',
'author': 'KMEE INFORMATICA LTDA,Odoo Community Association (OCA)',
'website': 'kmee.com.br',
'version': '"12.0.2.1.0',
'depends': [
'l10n_br_fiscal',
'l10n_br_sale_stock',
'delivery',
],
'data': [
'views/account_invoice_view.xml',
'views/delivery_view.xml',
'views/stock_view.xml',
'views/l10n_br_delivery_view.xml',
'security/ir.model.access.csv',
],
'demo': [],
'category': 'Localisation',
'installable': False,
'installable': True,
}
9 changes: 0 additions & 9 deletions l10n_br_delivery/i18n/pt_BR.po

This file was deleted.

11 changes: 2 additions & 9 deletions l10n_br_delivery/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2015 Renato Lima - Akretion
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

from . import account_invoice
from . import delivery
from . import l10n_br_delivery
from . import sale
from . import stock
from . import sale_order
from . import stock_picking
from . import document
71 changes: 0 additions & 71 deletions l10n_br_delivery/models/account_invoice.py

This file was deleted.

17 changes: 0 additions & 17 deletions l10n_br_delivery/models/delivery.py

This file was deleted.

69 changes: 0 additions & 69 deletions l10n_br_delivery/models/l10n_br_delivery.py

This file was deleted.

90 changes: 0 additions & 90 deletions l10n_br_delivery/models/sale.py

This file was deleted.

57 changes: 0 additions & 57 deletions l10n_br_delivery/models/stock.py

This file was deleted.

12 changes: 0 additions & 12 deletions l10n_br_delivery/security/ir.model.access.csv

This file was deleted.

19 changes: 0 additions & 19 deletions l10n_br_delivery/views/account_invoice_view.xml

This file was deleted.

Loading

0 comments on commit 1f628f9

Please sign in to comment.