From 0e57339c990d39b38252153aab239efe5fbc1c28 Mon Sep 17 00:00:00 2001 From: Marcel Savegnago Date: Sat, 14 Sep 2024 15:41:03 -0300 Subject: [PATCH 1/5] [ADD] clog-setup: add new module --- clog_setup/README.rst | 23 +++ clog_setup/__init__.py | 0 clog_setup/__manifest__.py | 166 +++++++++++++++++++++ setup/.setuptools-odoo-make-default-ignore | 2 + setup/README | 2 + setup/clog_setup/odoo/addons/clog_setup | 1 + setup/clog_setup/setup.py | 6 + 7 files changed, 200 insertions(+) create mode 100644 clog_setup/README.rst create mode 100644 clog_setup/__init__.py create mode 100644 clog_setup/__manifest__.py create mode 100644 setup/.setuptools-odoo-make-default-ignore create mode 100644 setup/README create mode 120000 setup/clog_setup/odoo/addons/clog_setup create mode 100644 setup/clog_setup/setup.py diff --git a/clog_setup/README.rst b/clog_setup/README.rst new file mode 100644 index 0000000..0357e28 --- /dev/null +++ b/clog_setup/README.rst @@ -0,0 +1,23 @@ +========== +Clog Setup +========== + +CLOG SETUP + +Configuration +============= + +To configure this module, you need to: + +#. Go to ... + +Usage +===== + +To use this module, you need to: + +#. Go to ... + + +Changelog +========= diff --git a/clog_setup/__init__.py b/clog_setup/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/clog_setup/__manifest__.py b/clog_setup/__manifest__.py new file mode 100644 index 0000000..50c4468 --- /dev/null +++ b/clog_setup/__manifest__.py @@ -0,0 +1,166 @@ +# Copyright 2024 - TODAY, Escodoo +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +{ + "name": "Clog Setup", + "summary": """ + CLOG SETUP""", + "version": "14.0.1.0.0", + "license": "AGPL-3", + "author": "Escodoo", + "website": "https://github.com/Escodoo/clog-addons", + "depends": [ + "account_analytic_required", + "account_asset_management", + "account_asset_management_fleet", + "account_due_list", + "account_due_list_payment_mode", + "account_financial_report", + "account_lock_date_update", + "account_lock_to_date", + "account_menu", + "account_move_base_import", + "account_move_csv_import", + "account_move_line_cash_basis_report", + "account_move_line_menu", + "account_move_template", + "account_move_visible_date_maturity", + "account_payment", + "account_payment_order", + "account_payment_partner", + "account_payment_paired_internal_transfer", + "account_reconciliation_widget", + "account_statement_import_ofx_by_acctid", + "auth_admin_passkey", + "base", + "base_address_city", + "base_address_extended", + "base_automation", + "base_setup", + "base_technical_features", + "bi_sql_editor", + "contacts", + "contract", + "crm", + # "crm_claim_code", + "currency_rate_update", + "date_range", + "date_range_account", + # "delivery", + # "delivery_carrier_partner", + # "document_page", + "fleet_vehicle_calendar_year", + "fleet_vehicle_capacity", + "fleet_vehicle_category", + "fleet_vehicle_fuel_capacity", + "fleet_vehicle_log_fuel", + "fleet_vehicle_fuel_type_ethanol", + "fleet_vehicle_history_date_end", + "fleet_vehicle_inspection_template", + "fleet_vehicle_notebook", + "fleet_vehicle_ownership", + "fleet_vehicle_pivot_graph", + "fleet_vehicle_purchase", + "fleet_vehicle_service_calendar", + "fleet_vehicle_service_kanban", + "fleet_vehicle_stock", + "gamification_badge_report", + "hr", + "hr_contract", + "hr_contract_document", + "hr_contract_type", + "hr_course", + # "hr_course_survey", + "hr_employee_age", + "hr_employee_document", + "hr_employee_medical_examination", + "hr_employee_ppe", + "hr_expense_advance_clearing", + "hr_expense_invoice", + "hr_expense_journal", + "hr_expense_remove_mobile_link", + "hr_personal_equipment_request", + "hr_skills", + # "hr_timesheet", + # "hr_timesheet_sheet", + # "mail_tracking", + # "mail_tracking_mass_mailing", + # "mass_mailing", + # "mass_mailing_resend", + "marketing_crm_partner", + # "mgmtsystem_audit", + # "mgmtsystem_claim", + # "mgmtsystem_nonconformity", + # "mgmtsystem_nonconformity_quality_control_oca", + "mis_builder", + "mis_builder_analytic", + "mis_builder_budget", + "mis_builder_cash_flow_by_month", + "mis_builder_cash_flow_forecast_contract", + "mis_builder_cash_flow_forecast_integration", + "mis_builder_cash_flow_forecast_purchase", + "mis_builder_cash_flow_forecast_sale", + # "mis_builder_cash_flow_forecast_sale_invoice_plan", + "mis_template_financial_report", + "portal", + "product", + # "product_contract", + # "product_expiry", + "purchase", + "purchase_default_terms_conditions", + "purchase_order_line_menu", + # "purchase_order_line_stock_available", + "purchase_report_menu_move", + # "purchase_request", + # "purchase_work_acceptance_evaluation", + # "quality_control_stock_oca", + "remove_odoo_enterprise", + "resource", + "sale", + # "sale_blanket_order", + # "sale_invoice_plan", + "sale_management", + # "sale_stock", + "sale_transaction_form_link", + # "scrap_reason_code", + # "sign_oca", + # "survey", + "stock", + "stock_account", + # "stock_account_valuation_report", + "stock_landed_costs", + # "stock_picking_analytic", + # "stock_picking_invoicing", + # "stock_request", + # "stock_request_purchase_request", + # "supplier_quality_index", + # "support_branding", + "web_advanced_search", + "web_escodoo_brand", + "web_pwa_oca", + "web_responsive", + "web_tour", + # "account_move_tier_validation", + # "account_move_tier_validation_approver", + # "account_move_tier_validation_forward", + # "account_payment_order_tier_validation", + "hr_personal_equipment_request_tier_validation", + # "purchase_request_tier_validation", + "purchase_tier_validation", + # "purchase_work_acceptance_tier_validation", + "sale_tier_validation", + # "stock_picking_tier_validation", + # "stock_request_tier_validation", + # TMS + "tms_sale_geoengine", + "tms_sale_order_pickup", + "tms_shipment_expense_advance_clearing", + "tms_shipment_geoengine", + "tms_shipment_order_pickup", + "tms_shipment_purchase", + # SALE + "sale_order_price_recalculation", + ], + "data": [], + "demo": [], +} diff --git a/setup/.setuptools-odoo-make-default-ignore b/setup/.setuptools-odoo-make-default-ignore new file mode 100644 index 0000000..207e615 --- /dev/null +++ b/setup/.setuptools-odoo-make-default-ignore @@ -0,0 +1,2 @@ +# addons listed in this file are ignored by +# setuptools-odoo-make-default (one addon per line) diff --git a/setup/README b/setup/README new file mode 100644 index 0000000..a63d633 --- /dev/null +++ b/setup/README @@ -0,0 +1,2 @@ +To learn more about this directory, please visit +https://pypi.python.org/pypi/setuptools-odoo diff --git a/setup/clog_setup/odoo/addons/clog_setup b/setup/clog_setup/odoo/addons/clog_setup new file mode 120000 index 0000000..df629b8 --- /dev/null +++ b/setup/clog_setup/odoo/addons/clog_setup @@ -0,0 +1 @@ +../../../../clog_setup \ No newline at end of file diff --git a/setup/clog_setup/setup.py b/setup/clog_setup/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/clog_setup/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) From 02bf398f48f28864e5da0056845e1a6d1e8f5153 Mon Sep 17 00:00:00 2001 From: Marcel Savegnago Date: Sat, 14 Sep 2024 15:41:38 -0300 Subject: [PATCH 2/5] [ADD] l10n_br_clog_setup: add new module --- l10n_br_clog_setup/README.rst | 23 ++++++ l10n_br_clog_setup/__init__.py | 0 l10n_br_clog_setup/__manifest__.py | 70 +++++++++++++++++++ .../odoo/addons/l10n_br_clog_setup | 1 + setup/l10n_br_clog_setup/setup.py | 6 ++ 5 files changed, 100 insertions(+) create mode 100644 l10n_br_clog_setup/README.rst create mode 100644 l10n_br_clog_setup/__init__.py create mode 100644 l10n_br_clog_setup/__manifest__.py create mode 120000 setup/l10n_br_clog_setup/odoo/addons/l10n_br_clog_setup create mode 100644 setup/l10n_br_clog_setup/setup.py diff --git a/l10n_br_clog_setup/README.rst b/l10n_br_clog_setup/README.rst new file mode 100644 index 0000000..5abc0a9 --- /dev/null +++ b/l10n_br_clog_setup/README.rst @@ -0,0 +1,23 @@ +============= +Clog Setup Br +============= + +CLOG SETUP BR + +Configuration +============= + +To configure this module, you need to: + +#. Go to ... + +Usage +===== + +To use this module, you need to: + +#. Go to ... + + +Changelog +========= diff --git a/l10n_br_clog_setup/__init__.py b/l10n_br_clog_setup/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/l10n_br_clog_setup/__manifest__.py b/l10n_br_clog_setup/__manifest__.py new file mode 100644 index 0000000..623bcb5 --- /dev/null +++ b/l10n_br_clog_setup/__manifest__.py @@ -0,0 +1,70 @@ +# Copyright 2024 - TODAY, Escodoo +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). + +{ + "name": "L10n BR Clog Setup Br", + "summary": """ + CLOG SETUP BRAZIL""", + "version": "14.0.1.0.0", + "license": "AGPL-3", + "author": "Escodoo", + "website": "https://github.com/Escodoo/clog-addons", + "depends": [ + "clog_setup", + "l10n_br_account_due_list", + "l10n_br_account_fleet", + # "l10n_br_account_nfe", + "l10n_br_account_payment_brcobranca", + "l10n_br_account_payment_order", + "l10n_br_account_withholding", + "l10n_br_base", + "l10n_br_cnpj_search", + # "l10n_br_cnab_structure", + "l10n_br_coa", + "l10n_br_coa_generic", + # "l10n_br_coa_simple", + "l10n_br_contract", + "l10n_br_crm", + # "l10n_br_cte_spec", + "l10n_br_currency_rate_update", + # "l10n_br_delivery", + # "l10n_br_delivery_nfe", + "l10n_br_fiscal", + "l10n_br_fiscal_certificate", + "l10n_br_fiscal_closing", + # "l10n_br_fiscal_dfe", + "l10n_br_fiscal_edi", + "l10n_br_hr", + "l10n_br_hr_contract", + "l10n_br_hr_expense_invoice", + # "l10n_br_ie_search", + # "l10n_br_mdfe_spec", + "l10n_br_mis_report", + # "l10n_br_nfe", + # "l10n_br_nfe_spec", + "l10n_br_nfse", + "l10n_br_nfse_focus", + "l10n_br_portal", + # "l10n_br_product_contract", + "l10n_br_purchase", + # "l10n_br_purchase_request", + # "l10n_br_purchase_stock", + "l10n_br_resource", + "l10n_br_sale", + # "l10n_br_sale_blanket_order", + # "l10n_br_sale_commission", + # "l10n_br_sale_invoice_plan", + "l10n_br_sale_stock", + "l10n_br_stock", + "l10n_br_stock_account", + # "l10n_br_stock_account_report", + "l10n_br_zip", + "spec_driven_model", + # escodoo/tms + "l10n_br_tms_sale_cte", + # escodoo/account-addons + "l10n_br_mis_builder_cash_flow_sale", + ], + "data": [], + "demo": [], +} diff --git a/setup/l10n_br_clog_setup/odoo/addons/l10n_br_clog_setup b/setup/l10n_br_clog_setup/odoo/addons/l10n_br_clog_setup new file mode 120000 index 0000000..d74db66 --- /dev/null +++ b/setup/l10n_br_clog_setup/odoo/addons/l10n_br_clog_setup @@ -0,0 +1 @@ +../../../../l10n_br_clog_setup \ No newline at end of file diff --git a/setup/l10n_br_clog_setup/setup.py b/setup/l10n_br_clog_setup/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/l10n_br_clog_setup/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) From a70eb563d69b47642aefd0f2dc895006d46119d2 Mon Sep 17 00:00:00 2001 From: Marcel Savegnago Date: Mon, 16 Sep 2024 07:42:45 -0300 Subject: [PATCH 3/5] [IMP] clog_setup: add module account_in_payment --- clog_setup/__manifest__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/clog_setup/__manifest__.py b/clog_setup/__manifest__.py index 50c4468..b0b50fd 100644 --- a/clog_setup/__manifest__.py +++ b/clog_setup/__manifest__.py @@ -16,6 +16,7 @@ "account_due_list", "account_due_list_payment_mode", "account_financial_report", + "account_in_payment", "account_lock_date_update", "account_lock_to_date", "account_menu", From 316e35bc50f878d5b10b91fb187541a66c00ed07 Mon Sep 17 00:00:00 2001 From: Marcel Savegnago Date: Mon, 16 Sep 2024 16:31:46 -0300 Subject: [PATCH 4/5] [IMP] l10n_br_clog_setup: remove l10n_br_coa_generic --- l10n_br_clog_setup/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n_br_clog_setup/__manifest__.py b/l10n_br_clog_setup/__manifest__.py index 623bcb5..b338464 100644 --- a/l10n_br_clog_setup/__manifest__.py +++ b/l10n_br_clog_setup/__manifest__.py @@ -21,7 +21,7 @@ "l10n_br_cnpj_search", # "l10n_br_cnab_structure", "l10n_br_coa", - "l10n_br_coa_generic", + # "l10n_br_coa_generic", # "l10n_br_coa_simple", "l10n_br_contract", "l10n_br_crm", From e3965e795db9ae8c5dd65479aabf84ec3241adc4 Mon Sep 17 00:00:00 2001 From: Marcel Savegnago Date: Mon, 16 Sep 2024 17:25:59 -0300 Subject: [PATCH 5/5] [IMP] l10n_br_clog_setup: remove l10n_br_tms_sale_cte --- l10n_br_clog_setup/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n_br_clog_setup/__manifest__.py b/l10n_br_clog_setup/__manifest__.py index b338464..e889a2f 100644 --- a/l10n_br_clog_setup/__manifest__.py +++ b/l10n_br_clog_setup/__manifest__.py @@ -61,7 +61,7 @@ "l10n_br_zip", "spec_driven_model", # escodoo/tms - "l10n_br_tms_sale_cte", + "l10n_br_tms_sale", # escodoo/account-addons "l10n_br_mis_builder_cash_flow_sale", ],