diff --git a/app_account_account_chart/__init__.py b/app_account_account_chart/__init__.py index dc5e6b69..cde864ba 100644 --- a/app_account_account_chart/__init__.py +++ b/app_account_account_chart/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/app_account_account_chart/models/__init__.py b/app_account_account_chart/models/__init__.py index 2329ffde..22439c28 100644 --- a/app_account_account_chart/models/__init__.py +++ b/app_account_account_chart/models/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import account_account diff --git a/app_account_account_chart/models/account_account.py b/app_account_account_chart/models/account_account.py index 5c79489b..4e379cd1 100644 --- a/app_account_account_chart/models/account_account.py +++ b/app_account_account_chart/models/account_account.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models, tools, _ diff --git a/app_company_chart_hierarchy/__init__.py b/app_company_chart_hierarchy/__init__.py index dc5e6b69..cde864ba 100644 --- a/app_company_chart_hierarchy/__init__.py +++ b/app_company_chart_hierarchy/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/app_company_chart_hierarchy/models/__init__.py b/app_company_chart_hierarchy/models/__init__.py index dc8bc644..e759f74f 100644 --- a/app_company_chart_hierarchy/models/__init__.py +++ b/app_company_chart_hierarchy/models/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import res_company diff --git a/app_company_chart_hierarchy/models/res_company.py b/app_company_chart_hierarchy/models/res_company.py index 2d712ea9..ec2b5881 100644 --- a/app_company_chart_hierarchy/models/res_company.py +++ b/app_company_chart_hierarchy/models/res_company.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models, tools, _ diff --git a/app_hr_department_chart/__init__.py b/app_hr_department_chart/__init__.py index dc5e6b69..cde864ba 100644 --- a/app_hr_department_chart/__init__.py +++ b/app_hr_department_chart/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/app_hr_department_chart/models/__init__.py b/app_hr_department_chart/models/__init__.py index 021d0479..51fb735b 100644 --- a/app_hr_department_chart/models/__init__.py +++ b/app_hr_department_chart/models/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import hr_department diff --git a/app_hr_department_chart/models/hr_department.py b/app_hr_department_chart/models/hr_department.py index 990f9e47..f0f2b0f2 100644 --- a/app_hr_department_chart/models/hr_department.py +++ b/app_hr_department_chart/models/hr_department.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models, tools, _ diff --git a/app_odoo_customize/models/ir_ui_menu.py b/app_odoo_customize/models/ir_ui_menu.py index c8e2fa0f..98a32443 100644 --- a/app_odoo_customize/models/ir_ui_menu.py +++ b/app_odoo_customize/models/ir_ui_menu.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. import re diff --git a/app_odoo_customize/models/res_config_settings.py b/app_odoo_customize/models/res_config_settings.py index 11e5a33a..74f54c62 100644 --- a/app_odoo_customize/models/res_config_settings.py +++ b/app_odoo_customize/models/res_config_settings.py @@ -374,7 +374,6 @@ class ResConfigSettings(models.TransientModel): ['account.voucher.line', ], ['account.voucher', ], ['account.bank.statement.line', ], - ['account.bank.statement', ], ['account.payment', ], ['account.analytic.line', ], ['account.analytic.account', ], diff --git a/app_product_category_chart/__init__.py b/app_product_category_chart/__init__.py index dc5e6b69..cde864ba 100644 --- a/app_product_category_chart/__init__.py +++ b/app_product_category_chart/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/app_product_category_chart/models/__init__.py b/app_product_category_chart/models/__init__.py index bb9851db..d488dbed 100644 --- a/app_product_category_chart/models/__init__.py +++ b/app_product_category_chart/models/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import product_category diff --git a/app_product_category_chart/models/product_category.py b/app_product_category_chart/models/product_category.py index 5e094be8..e7ea4eda 100644 --- a/app_product_category_chart/models/product_category.py +++ b/app_product_category_chart/models/product_category.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models, tools, _ diff --git a/app_product_weight_sale/__init__.py b/app_product_weight_sale/__init__.py index 95ef785c..b0f88c50 100644 --- a/app_product_weight_sale/__init__.py +++ b/app_product_weight_sale/__init__.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/app_product_weight_sale/__manifest__.py b/app_product_weight_sale/__manifest__.py index 333d8e6d..5a699209 100644 --- a/app_product_weight_sale/__manifest__.py +++ b/app_product_weight_sale/__manifest__.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 ---*--- -# Part of Odoo. See LICENSE file for full copyright and licensing details. { 'name': 'Weight in Sales Order', diff --git a/app_product_weight_sale/models/__init__.py b/app_product_weight_sale/models/__init__.py index 4ae612e7..a7f93b67 100644 --- a/app_product_weight_sale/models/__init__.py +++ b/app_product_weight_sale/models/__init__.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import sale_order from . import sale_order_line diff --git a/app_product_weight_sale/models/sale_order.py b/app_product_weight_sale/models/sale_order.py index bb56e9e2..e1a2251b 100644 --- a/app_product_weight_sale/models/sale_order.py +++ b/app_product_weight_sale/models/sale_order.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models, _ diff --git a/app_product_weight_sale/models/sale_order_line.py b/app_product_weight_sale/models/sale_order_line.py index 026d5cf6..53ac7b22 100644 --- a/app_product_weight_sale/models/sale_order_line.py +++ b/app_product_weight_sale/models/sale_order_line.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models, _ diff --git a/app_stock_location_capacity/models/stock_location.py b/app_stock_location_capacity/models/stock_location.py index d08bfa16..0fe9fbf7 100644 --- a/app_stock_location_capacity/models/stock_location.py +++ b/app_stock_location_capacity/models/stock_location.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. import logging from odoo import api, fields, tools, models, _ diff --git a/app_stock_location_chart/__init__.py b/app_stock_location_chart/__init__.py index dc5e6b69..cde864ba 100644 --- a/app_stock_location_chart/__init__.py +++ b/app_stock_location_chart/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/app_stock_location_chart/models/__init__.py b/app_stock_location_chart/models/__init__.py index e9b3bd67..86aa9ebe 100644 --- a/app_stock_location_chart/models/__init__.py +++ b/app_stock_location_chart/models/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import stock_location diff --git a/app_stock_location_chart/models/stock_location.py b/app_stock_location_chart/models/stock_location.py index cf23bbac..da177730 100644 --- a/app_stock_location_chart/models/stock_location.py +++ b/app_stock_location_chart/models/stock_location.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models, tools, _ diff --git a/app_stock_picking_type_group/models/stock_picking_type_group.py b/app_stock_picking_type_group/models/stock_picking_type_group.py index 9d3c276f..745282cb 100644 --- a/app_stock_picking_type_group/models/stock_picking_type_group.py +++ b/app_stock_picking_type_group/models/stock_picking_type_group.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from collections import namedtuple import json diff --git a/app_stock_putaway/models/product_strategy.py b/app_stock_putaway/models/product_strategy.py index 6a24616f..2efd49c1 100644 --- a/app_stock_putaway/models/product_strategy.py +++ b/app_stock_putaway/models/product_strategy.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import fields, models, api diff --git a/app_users_chart_hierarchy/__init__.py b/app_users_chart_hierarchy/__init__.py index dc5e6b69..cde864ba 100644 --- a/app_users_chart_hierarchy/__init__.py +++ b/app_users_chart_hierarchy/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import models diff --git a/app_users_chart_hierarchy/models/__init__.py b/app_users_chart_hierarchy/models/__init__.py index 74f3017f..12efd2f2 100644 --- a/app_users_chart_hierarchy/models/__init__.py +++ b/app_users_chart_hierarchy/models/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from . import res_users diff --git a/app_users_chart_hierarchy/models/res_users.py b/app_users_chart_hierarchy/models/res_users.py index 599156a7..23606fe2 100644 --- a/app_users_chart_hierarchy/models/res_users.py +++ b/app_users_chart_hierarchy/models/res_users.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. from odoo import api, fields, models, tools, _ diff --git a/l10n_cn_standard_lastest/__init__.py b/l10n_cn_standard_lastest/__init__.py index cc035cd5..b833610e 100644 --- a/l10n_cn_standard_lastest/__init__.py +++ b/l10n_cn_standard_lastest/__init__.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. # Copyright (C) 2008-2008 凯源吕鑫 lvxin@gmail.com # 维智众源 oldrev@gmail.com diff --git a/l10n_cn_standard_lastest/__manifest__.py b/l10n_cn_standard_lastest/__manifest__.py index 76890c54..bd4d9024 100644 --- a/l10n_cn_standard_lastest/__manifest__.py +++ b/l10n_cn_standard_lastest/__manifest__.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. # Copyright (C) 2008-2008 凯源吕鑫 lvxin@gmail.com # 维智众源 oldrev@gmail.com