14 Commits
14.0 ... 13.0

Author SHA1 Message Date
Stéphan Sainléger
af2bfdb0a5 [UPD] Arround plan amount with coeff
If 100 <= amount_with_coef <  125, result = 100
If 125 <= amount_with_coef <  175, result = 150
If 175 <= amount_with_coef <= 200, result = 200
2022-05-24 16:56:35 +02:00
Stéphan Sainléger
4b5188bd06 [UPD] Synchronize budget with new quotation lines
By pressing button "Sync missing budget lines", a new budget section
line is created for all the order lines without associated budget line.
2022-05-24 16:56:35 +02:00
Stéphan Sainléger
7c415a3362 [CLEAN] Remove useless comment 2022-05-24 16:12:55 +02:00
Stéphan Sainléger
5ea57cdbe3 [UPD] Update french translations 2022-05-23 23:24:36 +02:00
Stéphan Sainléger
16810acec7 [UPD] Reorganize budget forecast menu 2022-05-22 20:42:54 +02:00
Stéphan Sainléger
33521aef9b [NEW] Add budget model funcitonnalities
User is able to generate budget model and model lines
User can reset a budget and generate one using an existing model
2022-05-22 18:36:48 +02:00
Stéphan Sainléger
cc9101429a [UPD] Add budget_forecast field in timesheet table in tasks 2022-05-21 10:28:23 +02:00
Stéphan Sainléger
d763e7e24b [UPD] Creation budget category Delivery 2022-05-19 16:08:19 +02:00
Stéphan Sainléger
03643727f0 [UPD] Correction on plan_price calculation
To make possible the use of sections and sub-section without child lines
2022-05-19 14:42:42 +02:00
Stéphan Sainléger
82c5e297f7 [UPD] Creation budget category Unplanned 2022-05-19 12:28:35 +02:00
Stéphan Sainléger
0bd839caa3 [NEW] Addons account_budget_forecast creation 2022-05-19 12:21:24 +02:00
Stéphan Sainléger
c23f15cf98 [MIG] Remove Mooncard addons 2022-04-25 15:59:36 +02:00
Stéphan Sainléger
ba403be6ff [MIG] Migration addons account_quotation_sale_order_invoice_title
from 14.0 to 13.0
2022-04-25 15:57:23 +02:00
Stéphan Sainléger
9f36a3c4b3 [NEW] Addons creation - Account Quotation Sale Order Invoice Title 2022-04-22 11:15:43 +02:00
49 changed files with 3607 additions and 80 deletions

View File

@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from . import models
from . import wizard

View File

@@ -0,0 +1,103 @@
# Copyright 2021 Elabore ()
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "account_budget_forecast",
"version": "13.0.1.3.0",
"author": "Elabore",
"maintainer": "False",
"website": "False",
"license": "AGPL-3",
"category": "False",
"summary": "Project Forcast Budget to plan the costings and expenses of your projects",
"description": """
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
=======================
Account Budget Forecast
=======================
This module provides budget forecast functionnalities.
Installation
============
Just install account_budget_forecast, all dependencies will be installed by default.
Known issues / Roadmap
======================
Bug Tracker
===========
Bugs are tracked on `GitHub Issues
<https://github.com/elabore-coop/elabore-odoo-addons/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smashing it by providing a detailed and welcomed feedback.
Credits
=======
Images
------
* Elabore: `Icon <https://elabore.coop/web/image/res.company/1/logo?unique=f3db262>`_.
Contributors
------------
* Stéphan Sainléger <https://github.com/stephansainleger>
Funders
-------
The development of this module has been financially supported by:
* Elabore (https://elabore.coop)
* Amaco (https://amaco.org)
Maintainer
----------
This module is maintained by ELABORE.
""",
# any module necessary for this one to work correctly
"depends": [
"account",
"analytic",
"base",
"crm",
"hr_timesheet",
"product",
"project",
"sale",
"stock",
],
"external_dependencies": {
"python": [],
},
# always loaded
"data": [
"security/ir.model.access.csv",
"wizard/budget_forecast_model_choice.xml",
"views/account_analytic_account.xml",
"views/account_analytic_account_categories.xml",
"views/account_invoice.xml",
"views/sale_order.xml",
"views/budget_forecast.xml",
"views/budget_coefficient.xml",
"views/budget_coefficient_model.xml",
"views/budget_forecast_model.xml",
"views/product_template_form.xml",
"views/project_views.xml",
"views/hr_employee.xml",
"views/actions.xml",
"views/assets.xml",
"views/menu.xml",
"views/crm_lead.xml",
],
# only loaded in demonstration mode
"demo": [],
"js": [],
"css": [],
"qweb": [],
"installable": True,
# Install this module automatically if all dependency have been previously
# and independently installed. Used for synergetic or glue modules.
"auto_install": False,
"application": False,
}

View File

@@ -0,0 +1,721 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_budget_forecast
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-24 14:53+0000\n"
"PO-Revision-Date: 2022-05-24 14:53+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard
msgid ""
"<span class=\"fa fa-info-circle\"/>\n"
" Caution: all current budget lines will be deleted!"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Actual Amount"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__actual_qty
msgid "Actual Quantity"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Add a note"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Add a section"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Add a sub-section"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Add an article"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_account_analytic_account
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__analytic_id
#: model:ir.model.fields,field_description:account_budget_forecast.field_crm_lead__analytic_account
msgid "Analytic Account"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_account_analytic_line
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__analytic_line_ids
msgid "Analytic Line"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
msgid "Analytic Lines"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_article
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__product_template__budget_level__line_article
msgid "Article"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__balance
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Balance"
msgstr ""
#. module: account_budget_forecast
#: code:addons/account_budget_forecast/models/account_analytic_account.py:0
#: code:addons/account_budget_forecast/models/account_analytic_account.py:0
#: code:addons/account_budget_forecast/models/project.py:0
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.crm_lead_analytic_account_view_form
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_account_analytic_account_form
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_order_form
#, python-format
msgid "Budget"
msgstr ""
#. module: account_budget_forecast
#: code:addons/account_budget_forecast/models/budget_forecast.py:0
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__budget_category
#, python-format
msgid "Budget Category"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_coefficients_ids
msgid "Budget Coefficients"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_ids
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_line__budget_forecast_id
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_move_line__budget_forecast_id
#: model:ir.model.fields,field_description:account_budget_forecast.field_sale_order_line__budget_forecast_id
msgid "Budget Forecast"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_delivery_ids
msgid "Budget Forecast Delivery"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_equipment_ids
msgid "Budget Forecast Equipment"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_manpower_ids
msgid "Budget Forecast Manpower"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_material_ids
msgid "Budget Forecast Material"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_miscellaneous_ids
msgid "Budget Forecast Miscellaneous"
msgstr ""
#. module: account_budget_forecast
#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast_models
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__budget_forecast_model
msgid "Budget Forecast Model"
msgstr ""
#. module: account_budget_forecast
#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast_model_lines
msgid "Budget Forecast Model Lines"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_subcontractors_ids
msgid "Budget Forecast Subcontractors"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_unplanned_ids
msgid "Budget Forecast Unplanned"
msgstr ""
#. module: account_budget_forecast
#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast
msgid "Budget Forecast lines"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__budget_model
msgid "Budget Model"
msgstr ""
#. module: account_budget_forecast
#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast_coeff_models
msgid "Budget coefficient models"
msgstr ""
#. module: account_budget_forecast
#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast
msgid "Budget forecast"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_product_product__budget_level
#: model:ir.model.fields,field_description:account_budget_forecast.field_product_template__budget_level
msgid "Budget level"
msgstr ""
#. module: account_budget_forecast
#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_lines
msgid "Budget lines"
msgstr ""
#. module: account_budget_forecast
#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_models
msgid "Budget models"
msgstr ""
#. module: account_budget_forecast
#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_model_lines
msgid "Budget models lines"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard
msgid "Cancel"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__child_ids
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__child_ids
msgid "Child"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
msgid "Childs"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Coeff"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__coeff
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__coeff
msgid "Coefficient"
msgstr ""
#. module: account_budget_forecast
#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_coeff_models
msgid "Coefficient models"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_budget_coefficient
msgid "Coefficients for the order line price calculation"
msgstr ""
#. module: account_budget_forecast
#. openerp-web
#: code:addons/account_budget_forecast/static/src/js/section_category_and_note_fields_backend.js:0
#, python-format
msgid "Configure a product"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Create Quotation"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__create_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__create_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__create_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__create_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__create_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__create_uid
msgid "Created by"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__create_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__create_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__create_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__create_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__create_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__create_date
msgid "Created on"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__delivery
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Delivery"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__note
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__note
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__description
msgid "Description"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__diff_expenses
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Diff"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__display_actual_amounts
msgid "Display Actual Amounts"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Display Actual amounts"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__display_name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__display_name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__display_name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__display_name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__display_name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__display_name
msgid "Display Name"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__display_type
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__display_type
msgid "Display Type"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard
msgid "Empty budget"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__equipment
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Equipment"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__actual_amount
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Expenses"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__global_coeff
msgid "Global coefficient"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Hide Actual amounts"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__id
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__id
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__id
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__id
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__id
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__id
msgid "ID"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__incomes
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Incomes"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Incomes and Balance"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__is_summary
msgid "Is Summary"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_account_move_line
msgid "Journal Item"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient____last_update
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model____last_update
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast____last_update
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model____last_update
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice____last_update
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line____last_update
msgid "Last Modified on"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__write_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__write_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__write_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__write_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__write_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__write_uid
msgid "Last Updated by"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__write_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__write_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__write_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__write_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__write_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__write_date
msgid "Last Updated on"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_crm_lead
msgid "Lead/Opportunity"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__manpower
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Manpower"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__material
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Material"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__miscellaneous
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Miscellaneous"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__name
msgid "Name"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__note
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_note
msgid "Note"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
msgid "Notes"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__opportunity
msgid "Opportunity"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__parent_id
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__parent_id
msgid "Parent"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_amount_without_coeff
msgid "Plan Amount"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Plan Amount after Coeff"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Plan Amount before Coeff"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__plan_amount_with_coeff
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_amount_with_coeff
#: model:ir.model.fields,field_description:account_budget_forecast.field_crm_lead__plan_amount_with_coeff
#: model:ir.model.fields,field_description:account_budget_forecast.field_sale_order__plan_amount_with_coeff
msgid "Plan Amount with coeff"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__plan_amount_without_coeff
msgid "Plan Amount without coeff"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_price
msgid "Plan Price"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_qty
msgid "Plan Quantity"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Planned amounts"
msgstr ""
#. module: account_budget_forecast
#: code:addons/account_budget_forecast/models/sale_order.py:0
#, python-format
msgid "Please set the analytic account"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__product_id
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__product_id
msgid "Product"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_product_template
msgid "Product Template"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_project_project
msgid "Project"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__project_balance
msgid "Project Balance"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Project Budget"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__project_section_budget_ids
msgid "Project Section Budget"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Project management"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__project_managers
msgid "Project managers"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
msgid "Quantities"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
msgid "Quantity"
msgstr ""
#. module: account_budget_forecast
#: code:addons/account_budget_forecast/models/account_analytic_account.py:0
#, python-format
msgid "Quotation"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Re-initialize"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Refresh"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__remaining_budget
msgid "Remaining budget"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard
msgid "Reset : choose the Budget Forecast Model"
msgstr ""
#. module: account_budget_forecast
#: model:ir.actions.act_window,name:account_budget_forecast.action_budget_forecast_model_choice
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Reset Budget"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_sale_order
msgid "Sales Order"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_sale_order_line
msgid "Sales Order Line"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_section
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast_model_line__display_type__line_section
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__product_template__budget_level__line_section
msgid "Section"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard
msgid "Select"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__sequence
msgid "Sequence"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_subsection
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast_model_line__display_type__line_subsection
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__product_template__budget_level__line_subsection
msgid "Sub-Section"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__subcontractors
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Subcontractors"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__summary_id
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Summary"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_order_form
msgid "Sync missing budget lines"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Total"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__total_expenses
msgid "Total expenses"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__total_incomes
msgid "Total incomes"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
msgid "Totals"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
msgid "Unit prices"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__unplanned
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Unplanned"
msgstr ""
#. module: account_budget_forecast
#: code:addons/account_budget_forecast/models/account_analytic_account.py:0
#, python-format
msgid ""
"You are not manager of this project.\n"
"Please contact the project manager or your Odoo administrator."
msgstr ""
#. module: account_budget_forecast
#: code:addons/account_budget_forecast/models/crm_lead.py:0
#, python-format
msgid ""
"You must add an analytic account to build/access the budget forecast screen."
msgstr ""
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_budget_coefficient_model
msgid "budget.coefficient.model"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_budget_forecast
msgid "budget.forecast"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_budget_forecast_model
msgid "budget.forecast.model"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_budget_forecast_model_choice
msgid "budget.forecast.model.choice"
msgstr ""
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_budget_forecast_model_line
msgid "budget.forecast.model.line"
msgstr ""
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_tree
msgid "total"
msgstr ""

View File

@@ -0,0 +1,727 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_budget_forecast
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 13.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-24 14:52+0000\n"
"PO-Revision-Date: 2022-05-24 14:52+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard
msgid ""
"<span class=\"fa fa-info-circle\"/>\n"
" Caution: all current budget lines will be deleted!"
msgstr ""
"<span class=\"fa fa-info-circle\"/>\n"
" Attention : toutes les lignes de budget vont être supprimées!"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Actual Amount"
msgstr "Réel"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__actual_qty
msgid "Actual Quantity"
msgstr "Quantité actuelle"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Add a note"
msgstr "Ajouter une note"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Add a section"
msgstr "Ajouter une section"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Add a sub-section"
msgstr "Ajouter une sous-section"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Add an article"
msgstr "Ajouter un article"
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_account_analytic_account
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__analytic_id
#: model:ir.model.fields,field_description:account_budget_forecast.field_crm_lead__analytic_account
msgid "Analytic Account"
msgstr "Compte analytique"
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_account_analytic_line
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__analytic_line_ids
msgid "Analytic Line"
msgstr "Ligne analytique"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
msgid "Analytic Lines"
msgstr "Lignes analytiques"
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_article
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__product_template__budget_level__line_article
msgid "Article"
msgstr "Article"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__balance
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Balance"
msgstr "Balance"
#. module: account_budget_forecast
#: code:addons/account_budget_forecast/models/account_analytic_account.py:0
#: code:addons/account_budget_forecast/models/account_analytic_account.py:0
#: code:addons/account_budget_forecast/models/project.py:0
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.crm_lead_analytic_account_view_form
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_account_analytic_account_form
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_order_form
#, python-format
msgid "Budget"
msgstr "Chiffrage"
#. module: account_budget_forecast
#: code:addons/account_budget_forecast/models/budget_forecast.py:0
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__budget_category
#, python-format
msgid "Budget Category"
msgstr "Caégorie de budget"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_coefficients_ids
msgid "Budget Coefficients"
msgstr "Coefficients de chiffrage"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_ids
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_line__budget_forecast_id
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_move_line__budget_forecast_id
#: model:ir.model.fields,field_description:account_budget_forecast.field_sale_order_line__budget_forecast_id
msgid "Budget Forecast"
msgstr "Chiffrage"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_delivery_ids
msgid "Budget Forecast Delivery"
msgstr "Budget prévisionnel Livraison"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_equipment_ids
msgid "Budget Forecast Equipment"
msgstr "Budget prévisionnel Équipement"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_manpower_ids
msgid "Budget Forecast Manpower"
msgstr "Budget prévisionnel Main d'oeuvre"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_material_ids
msgid "Budget Forecast Material"
msgstr "Budget prévisionnel Matériaux"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_miscellaneous_ids
msgid "Budget Forecast Miscellaneous"
msgstr "Budget prévisionnel Divers"
#. module: account_budget_forecast
#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast_models
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__budget_forecast_model
msgid "Budget Forecast Model"
msgstr "Modèle de budget"
#. module: account_budget_forecast
#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast_model_lines
msgid "Budget Forecast Model Lines"
msgstr "Lignes Modèle de budget"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_subcontractors_ids
msgid "Budget Forecast Subcontractors"
msgstr "Budget prévisionnel Sous-traitants"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__budget_forecast_unplanned_ids
msgid "Budget Forecast Unplanned"
msgstr "Budget prévisionnel Non prévu"
#. module: account_budget_forecast
#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast
msgid "Budget Forecast lines"
msgstr "Lignes de chiffrage"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__budget_model
msgid "Budget Model"
msgstr "Modèle de budget"
#. module: account_budget_forecast
#: model:ir.actions.act_window,name:account_budget_forecast.act_budget_forecast_coeff_models
msgid "Budget coefficient models"
msgstr "Modèles de coefficient"
#. module: account_budget_forecast
#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast
msgid "Budget forecast"
msgstr "Lignes de chiffrage"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_product_product__budget_level
#: model:ir.model.fields,field_description:account_budget_forecast.field_product_template__budget_level
msgid "Budget level"
msgstr "Niveau de chiffrage"
#. module: account_budget_forecast
#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_lines
msgid "Budget lines"
msgstr "Lignes de budget"
#. module: account_budget_forecast
#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_models
msgid "Budget models"
msgstr "Modèles de budget"
#. module: account_budget_forecast
#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_model_lines
msgid "Budget models lines"
msgstr "Lignes de modèles de budget"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard
msgid "Cancel"
msgstr "Annuler"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__child_ids
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__child_ids
msgid "Child"
msgstr "Enfant"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
msgid "Childs"
msgstr "Enfants"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Coeff"
msgstr "Coeff"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__coeff
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__coeff
msgid "Coefficient"
msgstr "Coefficient"
#. module: account_budget_forecast
#: model:ir.ui.menu,name:account_budget_forecast.menu_budget_forecast_coeff_models
msgid "Coefficient models"
msgstr "Modèles de coefficient"
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_budget_coefficient
msgid "Coefficients for the order line price calculation"
msgstr "Coefficiens pour le calcul des montants de chiffrages"
#. module: account_budget_forecast
#. openerp-web
#: code:addons/account_budget_forecast/static/src/js/section_category_and_note_fields_backend.js:0
#, python-format
msgid "Configure a product"
msgstr "Configurer un produit"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Create Quotation"
msgstr "Créer un devis"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__create_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__create_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__create_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__create_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__create_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__create_uid
msgid "Created by"
msgstr "Créé par"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__create_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__create_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__create_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__create_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__create_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__create_date
msgid "Created on"
msgstr "Créé le"
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__delivery
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Delivery"
msgstr "Livraison"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__note
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__note
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__description
msgid "Description"
msgstr "Description"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__diff_expenses
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Diff"
msgstr "Diff"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__display_actual_amounts
msgid "Display Actual Amounts"
msgstr "Afficher les montants actuels"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Display Actual amounts"
msgstr "Afficher les montants actuels"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__display_name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__display_name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__display_name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__display_name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__display_name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__display_name
msgid "Display Name"
msgstr "Nom affiché"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__display_type
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__display_type
msgid "Display Type"
msgstr "Type de ligne"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard
msgid "Empty budget"
msgstr "Budget vierge"
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__equipment
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Equipment"
msgstr "Équipement"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__actual_amount
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Expenses"
msgstr "Dépenses"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__global_coeff
msgid "Global coefficient"
msgstr "Coefficient global"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Hide Actual amounts"
msgstr "Cacher les montants actuels"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__id
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__id
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__id
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__id
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__id
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__id
msgid "ID"
msgstr "ID"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__incomes
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Incomes"
msgstr "Recettes"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Incomes and Balance"
msgstr "Recettes et Balance"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__is_summary
msgid "Is Summary"
msgstr "Est une ligne résumé"
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_account_move_line
msgid "Journal Item"
msgstr "Écriture comptable"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient____last_update
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model____last_update
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast____last_update
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model____last_update
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice____last_update
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line____last_update
msgid "Last Modified on"
msgstr "Dernière modification le"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__write_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__write_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__write_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__write_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__write_uid
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__write_uid
msgid "Last Updated by"
msgstr "Dernière mise à jour par"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__write_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__write_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__write_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__write_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_choice__write_date
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__write_date
msgid "Last Updated on"
msgstr "Dernière mise à jour le"
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_crm_lead
msgid "Lead/Opportunity"
msgstr "Piste/opportunité"
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__manpower
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Manpower"
msgstr "Main d'oeuvre"
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__material
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Material"
msgstr "Matériaux"
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__miscellaneous
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Miscellaneous"
msgstr "Divers"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient__name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_coefficient_model__name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model__name
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__name
msgid "Name"
msgstr "Nom"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__note
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_note
msgid "Note"
msgstr "Note"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
msgid "Notes"
msgstr "Notes"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__opportunity
msgid "Opportunity"
msgstr "Opportunitée"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__parent_id
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__parent_id
msgid "Parent"
msgstr "Parent"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_amount_without_coeff
msgid "Plan Amount"
msgstr "Montant prévu"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Plan Amount after Coeff"
msgstr "Montant prévu avec coeff"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Plan Amount before Coeff"
msgstr "Montant prévu sans coeff"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__plan_amount_with_coeff
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_amount_with_coeff
#: model:ir.model.fields,field_description:account_budget_forecast.field_crm_lead__plan_amount_with_coeff
#: model:ir.model.fields,field_description:account_budget_forecast.field_sale_order__plan_amount_with_coeff
msgid "Plan Amount with coeff"
msgstr "Montant prévu avec coeff"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__plan_amount_without_coeff
msgid "Plan Amount without coeff"
msgstr "Montant prévu sans coeff"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_price
msgid "Plan Price"
msgstr "Prix prévu"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__plan_qty
msgid "Plan Quantity"
msgstr "Quantité prévue"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Planned amounts"
msgstr "Montants prévus"
#. module: account_budget_forecast
#: code:addons/account_budget_forecast/models/sale_order.py:0
#, python-format
msgid "Please set the analytic account"
msgstr "Renseignez le compte analytique svp"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__product_id
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast_model_line__product_id
msgid "Product"
msgstr "Produit"
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_product_template
msgid "Product Template"
msgstr "Modèle d'article"
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_project_project
msgid "Project"
msgstr "Projet"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__project_balance
msgid "Project Balance"
msgstr "Balance du projet"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Project Budget"
msgstr "Chiffrage de projet"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__project_section_budget_ids
msgid "Project Section Budget"
msgstr "Lignes de section"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Project management"
msgstr "Gestion de projet"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__project_managers
msgid "Project managers"
msgstr "Managers de projet"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
msgid "Quantities"
msgstr "Quantités"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
msgid "Quantity"
msgstr "Quantité"
#. module: account_budget_forecast
#: code:addons/account_budget_forecast/models/account_analytic_account.py:0
#, python-format
msgid "Quotation"
msgstr "Devis"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Re-initialize"
msgstr "Ré-initialiser"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Refresh"
msgstr "Actualiser"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__remaining_budget
msgid "Remaining budget"
msgstr "Budget restant"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard
msgid "Reset : choose the Budget Forecast Model"
msgstr "Réinitialisation : choisissez votre modèle de budget"
#. module: account_budget_forecast
#: model:ir.actions.act_window,name:account_budget_forecast.action_budget_forecast_model_choice
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Reset Budget"
msgstr "Réinitialiser le budget"
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_sale_order
msgid "Sales Order"
msgstr "Bon de commande"
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_sale_order_line
msgid "Sales Order Line"
msgstr "Ligne de bons de commande"
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_section
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast_model_line__display_type__line_section
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__product_template__budget_level__line_section
msgid "Section"
msgstr "Section"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_model_wizard
msgid "Select"
msgstr "Sélectionner"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__sequence
msgid "Sequence"
msgstr "Séquence"
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__display_type__line_subsection
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast_model_line__display_type__line_subsection
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__product_template__budget_level__line_subsection
msgid "Sub-Section"
msgstr "Sous-section"
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__subcontractors
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Subcontractors"
msgstr "Sous-traitants"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_budget_forecast__summary_id
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Summary"
msgstr "Résumé"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_order_form
msgid "Sync missing budget lines"
msgstr "Synchroniser les lignes budgétaires manquantes"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_analytic_budget_forecast
msgid "Total"
msgstr "Total"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__total_expenses
msgid "Total expenses"
msgstr "Dépenses total"
#. module: account_budget_forecast
#: model:ir.model.fields,field_description:account_budget_forecast.field_account_analytic_account__total_incomes
msgid "Total incomes"
msgstr "Revenus totaux"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
msgid "Totals"
msgstr "Totaux"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
msgid "Unit prices"
msgstr "Prix unitaires"
#. module: account_budget_forecast
#: model:ir.model.fields.selection,name:account_budget_forecast.selection__budget_forecast__budget_category__unplanned
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.budget_forecast_category_miscellaneous
msgid "Unplanned"
msgstr "Non prévu"
#. module: account_budget_forecast
#: code:addons/account_budget_forecast/models/account_analytic_account.py:0
#, python-format
msgid ""
"You are not manager of this project.\n"
"Please contact the project manager or your Odoo administrator."
msgstr ""
"Vous n'êtes pas le gestionnaire de ce projet.\n"
"Veuiller contacter le gestionnaire du projet ou votre administrateur Odoo."
#. module: account_budget_forecast
#: code:addons/account_budget_forecast/models/crm_lead.py:0
#, python-format
msgid ""
"You must add an analytic account to build/access the budget forecast screen."
msgstr ""
"Vous devez ajouter un compte analytic pour construire et accéder au budget "
"prévisionnel"
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_budget_coefficient_model
msgid "budget.coefficient.model"
msgstr "budget.coefficient.model"
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_budget_forecast
msgid "budget.forecast"
msgstr "budget.forecast"
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_budget_forecast_model
msgid "budget.forecast.model"
msgstr "budget.forecast.model"
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_budget_forecast_model_choice
msgid "budget.forecast.model.choice"
msgstr "budget.forecast.model.choice"
#. module: account_budget_forecast
#: model:ir.model,name:account_budget_forecast.model_budget_forecast_model_line
msgid "budget.forecast.model.line"
msgstr "budget.forecast.model.line"
#. module: account_budget_forecast
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_form
#: model_terms:ir.ui.view,arch_db:account_budget_forecast.view_budget_forecast_tree
msgid "total"
msgstr "total"

View File

@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
from . import account_analytic_account
from . import account_analytic_line
from . import account_move
from . import budget_forecast
from . import budget_forecast_model
from . import sale_order
from . import product
from . import project
from . import budget_coefficient
from . import crm_lead

View File

@@ -0,0 +1,284 @@
# -*- coding: utf-8 -*-
from odoo import models, fields, api, _
from odoo.exceptions import UserError
class AccountAnalyticAccount(models.Model):
_inherit = "account.analytic.account"
budget_forecast_ids = fields.One2many("budget.forecast", "analytic_id", copy=True)
budget_forecast_manpower_ids = fields.One2many(
"budget.forecast",
"analytic_id",
domain=[("budget_category", "=", "manpower")],
copy=True,
)
budget_forecast_material_ids = fields.One2many(
"budget.forecast",
"analytic_id",
domain=[("budget_category", "=", "material")],
copy=True,
)
budget_forecast_equipment_ids = fields.One2many(
"budget.forecast",
"analytic_id",
domain=[("budget_category", "=", "equipment")],
copy=True,
)
budget_forecast_subcontractors_ids = fields.One2many(
"budget.forecast",
"analytic_id",
domain=[("budget_category", "=", "subcontractors")],
copy=True,
)
budget_forecast_delivery_ids = fields.One2many(
"budget.forecast",
"analytic_id",
domain=[("budget_category", "=", "delivery")],
copy=True,
)
budget_forecast_miscellaneous_ids = fields.One2many(
"budget.forecast",
"analytic_id",
domain=[("budget_category", "=", "miscellaneous")],
copy=True,
)
budget_forecast_unplanned_ids = fields.One2many(
"budget.forecast",
"analytic_id",
domain=[("budget_category", "=", "unplanned")],
copy=True,
)
project_section_budget_ids = fields.One2many(
"budget.forecast",
"analytic_id",
domain=[
("display_type", "in", ["line_section", "line_subsection"]),
("is_summary", "=", True),
],
copy=False,
)
budget_coefficients_ids = fields.One2many(
"budget.coefficient",
"budget_forecast",
copy=True,
)
global_coeff = fields.Float("Global coefficient", compute="_calc_global_coeff")
plan_amount_without_coeff = fields.Float(
"Plan Amount without coeff", compute="_calc_budget_amount"
)
plan_amount_with_coeff = fields.Float(
"Plan Amount with coeff", compute="_calc_budget_amount"
)
total_expenses = fields.Float("Total expenses", compute="_calc_budget_amount")
remaining_budget = fields.Float("Remaining budget", compute="_calc_budget_amount")
total_incomes = fields.Float("Total incomes", compute="_calc_budget_amount")
project_balance = fields.Float("Project Balance", compute="_calc_budget_amount")
display_actual_amounts = fields.Boolean(
string="Display Actual Amounts", default=False
)
project_managers = fields.Many2many(
"res.users",
string="Project managers",
domain=lambda self: [("groups_id", "in", self.env.ref("base.group_user").id)],
)
opportunity = fields.Many2one(
"crm.lead",
string="Opportunity",
compute="_compute_opportunity",
)
def default_budget_coefficients_ids(self):
for coeff in self.budget_coefficients_ids:
coeff.unlink()
coeff_models = self.env["budget.coefficient.model"].search([])
for model in coeff_models:
vals = {
"name": model.name,
"coeff": model.coeff,
"note": model.note,
"budget_forecast": self.id,
}
self.env["budget.coefficient"].create(vals)
def _compute_opportunity(self):
lead = self.env["crm.lead"].search(
[("analytic_account", "=", self.id)], limit=1
)
if lead:
self.opportunity = lead.id
@api.model
def create(self, values):
record = super(AccountAnalyticAccount, self).create(values)
if not record.project_managers:
record.project_managers = self.env["res.users"].browse(self.env.user.id)
record.default_budget_coefficients_ids()
return record
@api.depends(
"budget_forecast_ids.plan_amount_without_coeff",
"budget_forecast_ids.plan_amount_with_coeff",
"budget_forecast_ids.actual_amount",
)
def _calc_budget_amount(self):
for record in self:
line_ids = record.mapped("budget_forecast_ids").filtered(
lambda line: (line.display_type == "line_section")
and (line.is_summary == True)
)
# Planned amounts
record.plan_amount_without_coeff = sum(
line_ids.mapped("plan_amount_without_coeff")
)
record.plan_amount_with_coeff = sum(
line_ids.mapped("plan_amount_with_coeff")
)
# Expenses
record.total_expenses = sum(line_ids.mapped("actual_amount"))
record.remaining_budget = (
record.plan_amount_with_coeff - record.total_expenses
)
# Incomes
record.total_incomes = 0
domain = [
("analytic_account_id", "=", record.id),
("parent_state", "in", ["draft", "posted"]),
("move_id.type", "in", ["out_invoice", "out_refund"]),
]
invoice_lines = self.env["account.move.line"].search(domain)
for invoice_line in invoice_lines:
if invoice_line.move_id.type == "out_invoice":
record.total_incomes = (
record.total_incomes + invoice_line.price_subtotal
)
elif invoice_line.move_id.type == "out_refund":
record.total_incomes = (
record.total_incomes - invoice_line.price_subtotal
)
# Balance
record.project_balance = record.total_incomes - record.total_expenses
def _calc_global_coeff(self):
for record in self:
line_ids = record.mapped("budget_coefficients_ids")
record.global_coeff = sum(line_ids.mapped("coeff"))
def action_budget_forecast(self):
# Access only if the connected user is the project manager or an Odoo administrator
if not (
self.env.uid in self.project_managers.ids
or self.env.user.has_group("base.group_system")
):
raise UserError(
_(
"You are not manager of this project.\nPlease contact the project manager or your Odoo administrator."
)
)
return {
"type": "ir.actions.act_window",
"name": _("Budget"),
"res_model": self._name,
"res_id": self.id,
"view_mode": "form",
"view_type": "form",
"views": [
(
self.env.ref(
"account_budget_forecast.view_analytic_budget_forecast"
).id,
"form",
)
],
"context": {"budget_forecast": True},
}
def name_get(self):
if self._context.get("budget_forecast"):
res = []
for analytic in self:
res.append((analytic.id, _("Budget")))
return res
return super(AccountAnalyticAccount, self).name_get()
def displayActualAmounts(self):
for record in self:
if record.display_actual_amounts:
record.display_actual_amounts = False
else:
record.display_actual_amounts = True
def _update_summary(self):
for record in self:
summary_line_ids = (
record.mapped("budget_forecast_ids")
.filtered(lambda r: r.is_summary)
.sorted(key=lambda r: r.sequence, reverse=True)
)
for summary_line in summary_line_ids:
# find corresponding category section/sub_section lines
lines = record.mapped("budget_forecast_ids").filtered(
lambda x: (
(not x.is_summary) and (x.summary_id.id == summary_line.id)
)
)
# Calculate the total amounts
summary_line.plan_amount_without_coeff = 0
summary_line.plan_amount_with_coeff = 0
summary_line.actual_amount = 0
for line in lines:
summary_line.plan_amount_without_coeff += (
line.plan_amount_without_coeff
)
summary_line.plan_amount_with_coeff += line.plan_amount_with_coeff
summary_line.actual_amount += line.actual_amount
def action_refresh(self):
for record in self:
line_ids = (
record.mapped("budget_forecast_ids")
.filtered(lambda r: not r.is_summary)
.sorted(key=lambda r: r.sequence, reverse=True)
)
for line in line_ids:
line.refresh()
record._update_summary()
record._calc_budget_amount()
def action_create_quotation(self):
quotation = self.env["sale.order"].create(
{
"company_id": self.company_id.id,
"partner_id": self.env.user.partner_id.id,
}
)
for section in self.budget_forecast_ids.filtered(
lambda s: (s.display_type == "line_section") and (s.is_summary == True)
):
values = {
"order_id": quotation.id,
"product_id": section.product_id.id,
"name": section.product_id.name,
"product_uom_qty": 1.0,
"price_unit": section.plan_amount_with_coeff,
"budget_forecast_id": section.id,
}
self.env["sale.order.line"].create(values)
quotation.analytic_account_id = self.id
quotation.opportunity_id = self.opportunity.id
return {
"type": "ir.actions.act_window",
"name": _("Quotation"),
"res_model": "sale.order",
"res_id": quotation.id,
"view_mode": "form",
"view_type": "form",
"views": [
(
self.env.ref("sale.view_order_form").id,
"form",
)
],
}

View File

@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
from odoo import models, fields, api
class AccountAnalyticLine(models.Model):
_inherit = "account.analytic.line"
budget_forecast_id = fields.Many2one("budget.forecast")

View File

@@ -0,0 +1,14 @@
# -*- coding: utf-8 -*-
from odoo import models, fields, api
class AccountMoveLine(models.Model):
_inherit = "account.move.line"
budget_forecast_id = fields.Many2one("budget.forecast")
@api.depends("budget_forecast_id")
def _transfer_budget_forecast_line(self):
for record in self:
record.analytic_line_ids.budget_forecast_id = record.budget_forecast_id.id

View File

@@ -0,0 +1,22 @@
# -*- coding: utf-8 -*-
from odoo import api, models, fields
class BudgetCoefficientModel(models.Model):
_name = "budget.coefficient.model"
description = "Coefficient Models for the order line price calculation"
name = fields.Char(string="Name", required=True)
coeff = fields.Float(string="Coefficient", required=True, default=0.00)
note = fields.Text(string="Description")
class BudgetCoefficient(models.Model):
_name = "budget.coefficient"
_description = "Coefficients for the order line price calculation"
name = fields.Char(string="Name", required=True)
coeff = fields.Float(string="Coefficient", required=True, default=0.00)
budget_forecast = fields.Many2one("account.analytic.account", string="Budget")
note = fields.Text(string="Description")

View File

@@ -0,0 +1,398 @@
# -*- coding: utf-8 -*-
import logging
from odoo import models, fields, api, _
_logger = logging.getLogger(__name__)
class BudgetForecast(models.Model):
_name = "budget.forecast"
_description = _name
name = fields.Char("Name", store=True)
description = fields.Char("Description", copy=True)
sequence = fields.Integer()
analytic_id = fields.Many2one(
"account.analytic.account",
"Analytic Account",
required=True,
index=True,
copy=True,
)
budget_category = fields.Selection(
[
("manpower", "Manpower"),
("material", "Material"),
("equipment", "Equipment"),
("subcontractors", "Subcontractors"),
("delivery", "Delivery"),
("miscellaneous", "Miscellaneous"),
("unplanned", "Unplanned"),
],
string=_("Budget Category"),
)
is_summary = fields.Boolean(copy=False, default=False, store=True)
summary_id = fields.Many2one("budget.forecast", store=True)
display_type = fields.Selection(
[
("line_section", "Section"),
("line_subsection", "Sub-Section"),
("line_article", "Article"),
("line_note", "Note"),
],
copy=True,
store=True,
)
product_id = fields.Many2one(
"product.product", copy=True, domain="[('budget_level', '=', display_type)]"
)
plan_qty = fields.Float("Plan Quantity", copy=False)
plan_price = fields.Float("Plan Price", default=0.00, copy=False)
plan_amount_without_coeff = fields.Float(
"Plan Amount", compute="_calc_plan_amount_without_coeff", store=True, copy=False
)
plan_amount_with_coeff = fields.Float(
"Plan Amount with coeff",
compute="_calc_plan_amount_with_coeff",
store=True,
copy=False,
)
analytic_line_ids = fields.One2many(
"account.analytic.line", "budget_forecast_id", copy=False
)
actual_qty = fields.Float(
"Actual Quantity",
compute="_calc_actual",
store=True,
compute_sudo=True,
copy=False,
)
actual_amount = fields.Float(
"Expenses",
compute="_calc_actual",
store=True,
compute_sudo=True,
copy=False,
)
diff_expenses = fields.Float(
"Diff", compute="_calc_actual", store=True, compute_sudo=True, copy=False
)
incomes = fields.Float(
"Incomes",
compute="_calc_actual",
store=True,
compute_sudo=True,
copy=False,
)
balance = fields.Float(
"Balance", compute="_calc_actual", store=True, compute_sudo=True, copy=False
)
parent_id = fields.Many2one(
"budget.forecast", store=True, compute_sudo=True, compute="_calc_parent_id"
)
child_ids = fields.One2many("budget.forecast", "parent_id", copy=False)
note = fields.Text(string="Note")
###################################################################################
# Budget lines management
###################################################################################
@api.model_create_multi
@api.returns("self", lambda value: value.id)
def create(self, vals_list):
records = super(BudgetForecast, self).create(vals_list)
for record in records:
if not record.display_type:
record.display_type = "line_article"
elif record.is_summary and record.display_type in [
"line_section",
"line_subsection",
]:
record._create_category_sections()
return records
def _create_category_sections(self):
categories = dict(self._fields["budget_category"].selection)
for category in categories:
# Create other category lines
values = {
"budget_category": category,
"summary_id": self.id,
"is_summary": False,
}
self.copy(values)
def write(self, vals, one_more_loop=True):
res = super(BudgetForecast, self).write(vals)
if one_more_loop:
self._sync_sections_data()
return res
def unlink(self, child_unlink=False):
parent_ids = self.mapped("parent_id")
if not child_unlink:
for record in self:
if record.display_type in [
"line_section",
"line_subsection",
]:
if record.is_summary:
domain = [("summary_id", "=", record.id)]
else:
domain = [
("id", "!=", record.id),
"|",
("summary_id", "=", record.summary_id.id),
("id", "=", record.summary_id.id),
]
# find similar section/sub_section lines
lines = record.env["budget.forecast"].search(domain)
for line in lines:
line.unlink(True)
res = super(BudgetForecast, self).unlink()
return res
@api.onchange("product_id")
def _onchange_product_id(self):
if self.product_id:
self.description = self.product_id.name
self._calc_plan_price(True)
else:
self.description = ""
self.plan_price = 0
def _get_budget_category_label(self):
categories = dict(self._fields["budget_category"].selection)
for key, val in categories.items():
if key == self.budget_category:
return val
return ""
@api.onchange("description", "product_id")
def _compute_name(self):
for record in self:
if record.product_id:
name = (
record.description
+ " - "
+ record.product_id.name
+ " - "
+ record._get_budget_category_label()
+ " - "
+ record.analytic_id.name
)
values = {
"name": name,
}
record.write(values, False)
def _sync_sections_data(self):
for record in self:
if record.display_type in ["line_section", "line_subsection"]:
if not record.is_summary:
# find corresponding line summary
summary_line = self.env["budget.forecast"].browse(
record.summary_id.id
)
values = {
"product_id": record.product_id.id,
"description": record.description,
}
summary_line.write(values, False)
summary_line._compute_name()
# find similar category section/sub_section lines
domain = [
("is_summary", "=", False),
("id", "!=", record.id),
]
if not record.is_summary:
domain.extend([("summary_id", "=", record.summary_id.id)])
else:
domain.extend([("summary_id", "=", record.id)])
lines = self.env["budget.forecast"].search(domain)
for line in lines:
values = {
"product_id": record.product_id.id,
"description": record.description,
}
line.write(values, False)
line._compute_name()
@api.depends(
"analytic_id.budget_forecast_ids", "sequence", "parent_id", "child_ids"
)
def _calc_parent_id(self):
for record in self:
if record.display_type == "line_section":
# A Section is the top of the line hierarchy => no parent
record.parent_id = False
continue
found = False
parent_id = False
for line in record.analytic_id.budget_forecast_ids.search(
[
("analytic_id", "=", record.analytic_id.id),
("budget_category", "=", record.budget_category),
]
).sorted(key=lambda r: r.sequence, reverse=True):
if not found and line != record:
continue
if line == record:
found = True
continue
if line.display_type in ["line_article", "line_note"]:
continue
elif line.display_type == "line_subsection":
if record.display_type in ["line_article", "line_note"]:
parent_id = line
break
else:
continue
elif line.display_type == "line_section":
parent_id = line
break
record.parent_id = parent_id
def refresh(self):
self._calc_parent_id()
self._calc_plan()
self._calc_actual()
###################################################################################
# Amounts calculation
###################################################################################
def _calc_plan(self):
self._calc_plan_qty()
self._calc_plan_price()
self._calc_plan_amount_without_coeff()
self._calc_plan_amount_with_coeff()
@api.depends("plan_qty", "plan_price", "child_ids")
def _calc_plan_amount_without_coeff(self):
for record in self:
if record.child_ids:
record.plan_amount_without_coeff = sum(
record.mapped("child_ids.plan_amount_without_coeff")
)
else:
record.plan_amount_without_coeff = record.plan_qty * record.plan_price
@api.depends("plan_qty", "plan_price", "child_ids")
def _calc_plan_amount_with_coeff(self):
for record in self:
record.plan_amount_with_coeff = record.plan_amount_without_coeff * (
1 + record.analytic_id.global_coeff
)
modulo = record.plan_amount_with_coeff % 100
if (modulo > 0) and (modulo < 25):
record.plan_amount_with_coeff = record.plan_amount_with_coeff - modulo
elif (modulo >= 25) and (modulo < 50):
record.plan_amount_with_coeff = record.plan_amount_with_coeff + (
50 - modulo
)
elif (modulo > 50) and (modulo < 75):
record.plan_amount_with_coeff = record.plan_amount_with_coeff - (
modulo - 50
)
elif (modulo >= 75) and (modulo < 100):
record.plan_amount_with_coeff = record.plan_amount_with_coeff + (
100 - modulo
)
@api.depends("child_ids")
def _calc_plan_qty(self):
for record in self:
if record.child_ids:
record.plan_qty = sum(record.mapped("child_ids.plan_qty"))
@api.depends("child_ids")
def _calc_plan_price(self, product_change=False):
for record in self:
if record.display_type in ["line_section", "line_subsection"]:
if record.child_ids:
lst = record.mapped("child_ids.plan_price")
if lst and (sum(lst) > 0):
record.plan_price = lst and sum(lst)
elif product_change:
record.plan_price = record.product_id.standard_price
elif product_change and (record.display_type == "line_article"):
record.plan_price = self.product_id.standard_price
elif record.display_type == "line_note":
record.plan_price = 0.00
@api.depends("analytic_id.line_ids.amount")
def _calc_actual(self):
for record in self:
if record.display_type in ["line_section", "line_subsection"]:
if record.child_ids:
# Actual expenses are calculated with the child lines
record.actual_qty = sum(record.mapped("child_ids.actual_qty"))
record.actual_amount = sum(record.mapped("child_ids.actual_amount"))
# Incomes are calculated with the analytic lines
line_ids = record.analytic_line_ids.filtered(
lambda x: x.move_id.move_id.type
in ["out_invoice", "out_refund"]
)
record.incomes = sum(line_ids.mapped("amount"))
# Add Invoice lines ids
domain = [
("analytic_account_id", "=", record.analytic_id.id),
("parent_state", "in", ["draft", "posted"]),
("budget_forecast_id", "=", record.id),
("move_id.type", "in", ["out_invoice", "out_refund"]),
]
invoice_lines = self.env["account.move.line"].search(domain)
for invoice_line in invoice_lines:
if invoice_line.move_id.type == "out_invoice":
record.incomes = (
record.incomes + invoice_line.price_subtotal
)
elif invoice_line.move_id.type == "out_refund":
record.incomes = (
record.incomes - invoice_line.price_subtotal
)
record.balance = record.incomes - record.actual_amount
elif record.display_type == "line_note":
record.actual_qty = 0
record.actual_amount = 0.00
else:
line_ids = record.analytic_line_ids.filtered(
lambda x: x.move_id.move_id.type
not in ["out_invoice", "out_refund"]
)
record.actual_qty = abs(sum(line_ids.mapped("unit_amount")))
record.actual_amount = -sum(line_ids.mapped("amount"))
# Add Invoice lines ids
domain = [
("analytic_account_id", "=", record.analytic_id.id),
("parent_state", "in", ["draft", "posted"]),
("budget_forecast_id", "=", record.id),
("move_id.type", "in", ["in_invoice", "in_refund"]),
]
invoice_lines = self.env["account.move.line"].search(domain)
for invoice_line in invoice_lines:
if invoice_line.move_id.type == "in_invoice":
record.actual_qty = record.actual_qty + invoice_line.quantity
record.actual_amount = (
record.actual_amount + invoice_line.price_subtotal
)
elif invoice_line.move_id.type == "in_refund":
record.actual_qty = record.actual_qty - invoice_line.quantity
record.actual_amount = (
record.actual_amount - invoice_line.price_subtotal
)
record.incomes = None
record.balance = None
record.diff_expenses = record.plan_amount_with_coeff - record.actual_amount

View File

@@ -0,0 +1,37 @@
# -*- coding: utf-8 -*-
from odoo import models, fields, api, _
class BudgetForecastModel(models.Model):
_name = "budget.forecast.model"
_description = _name
name = fields.Char("Name", copy=False)
class BudgetForecastModelLine(models.Model):
_name = "budget.forecast.model.line"
_description = _name
budget_model = fields.Many2one("budget.forecast.model", copy=True)
name = fields.Char("Name", copy=True)
display_type = fields.Selection(
[
("line_section", "Section"),
("line_subsection", "Sub-Section"),
],
copy=True,
store=True,
)
product_id = fields.Many2one(
"product.product", copy=True, domain="[('budget_level', '=', display_type)]"
)
parent_id = fields.Many2one(
"budget.forecast.model.line",
store=True,
copy=False,
)
child_ids = fields.One2many("budget.forecast.model.line", "parent_id", copy=False)

View File

@@ -0,0 +1,30 @@
# -*- coding: utf-8 -*-
from odoo import _, models, fields, api
from odoo.exceptions import UserError
class Lead(models.Model):
_inherit = "crm.lead"
analytic_account = fields.Many2one(
"account.analytic.account", "Analytic Account", required=False, index=True
)
plan_amount_with_coeff = fields.Float(
related="analytic_account.plan_amount_with_coeff"
)
def action_budget_forecast(self):
if not self.analytic_account:
raise UserError(
_(
"You must add an analytic account to build/access the budget forecast screen."
)
)
return self.analytic_account.action_budget_forecast()
def action_new_quotation(self):
action = super(Lead, self).action_new_quotation()
if self.analytic_account:
action["context"]["default_analytic_account_id"] = self.analytic_account.id
return action

View File

@@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
from odoo import models, fields, _
class ProductTemplate(models.Model):
_inherit = "product.template"
budget_level = fields.Selection(
[
("line_section", "Section"),
("line_subsection", "Sub-Section"),
("line_article", "Article"),
],
string="Budget level",
default="line_article",
)

View File

@@ -0,0 +1,24 @@
# -*- coding: utf-8 -*-
from odoo import models, _
import json
class Project(models.Model):
_inherit = "project.project"
def _plan_get_stat_button(self):
res = super(Project, self)._plan_get_stat_button()
action = self.analytic_account_id.action_budget_forecast()
res.append(
{
"name": _("Budget"),
"icon": "fa-usd",
"action": {
"data-model": action["res_model"],
"data-views": json.dumps(action["views"]),
"data-res-id": action["res_id"],
},
}
)
return res

View File

@@ -0,0 +1,61 @@
# -*- coding: utf-8 -*-
from odoo import models, fields, _, api
from odoo.exceptions import Warning
class SaleOrder(models.Model):
_inherit = "sale.order"
plan_amount_with_coeff = fields.Float(
related="analytic_account_id.plan_amount_with_coeff"
)
def action_budget_forecast(self):
if not self.analytic_account_id:
raise Warning(_("Please set the analytic account"))
return self.analytic_account_id.action_budget_forecast()
def sync_missing_budget_lines(self):
for record in self:
for line in self.order_line:
if not line.budget_forecast_id:
values = {
"analytic_id": record.analytic_account_id.id,
"product_id": line.product_id.id,
"description": line.name,
"is_summary": True,
"display_type": "line_section",
"sequence": 999,
}
budget_line = self.env["budget.forecast"].create(values)
misc_budget_line = self.env["budget.forecast"].search(
[
("summary_id", "=", budget_line.id),
("budget_category", "=", "miscellaneous"),
]
)
misc_budget_line.plan_qty = 1
misc_budget_line.plan_price = line.price_unit / (
1 + record.analytic_account_id.global_coeff
)
line.budget_forecast_id = budget_line.id
@api.returns("self", lambda value: value.id)
def copy(self, default=None):
record = super(SaleOrder, self).copy(default=default)
if self.analytic_account_id.budget_forecast_ids:
if self.name in self.analytic_account_id.name:
name = self.analytic_account_id.name.replace(self.name, record.name)
else:
name = "%s: %s" % (self.analytic_account_id.name, record.name)
record.analytic_account_id = self.analytic_account_id.copy(
default=dict(name=name)
)
return record
class SaleOrderLine(models.Model):
_inherit = "sale.order.line"
budget_forecast_id = fields.Many2one("budget.forecast")

View File

@@ -0,0 +1,7 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_budget_forecast_project_user,access_budget_forecast_project_user,model_budget_forecast,project.group_project_user,1,1,1,1
access_budget_coefficient,budget_coefficient,model_budget_coefficient,base.group_user,1,1,1,1
access_budget_coefficient_model,budget_coefficient_model,model_budget_coefficient_model,base.group_user,1,1,1,1
access_budget_forecast_model,budget_forecast_model,model_budget_forecast_model,base.group_user,1,1,1,1
access_budget_forecast_model_line,budget_forecast_model_line,model_budget_forecast_model_line,base.group_user,1,1,1,1
access_budget_forecast_model_choice,budget_forecast_model_choice,model_budget_forecast_model_choice,base.group_user,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_budget_forecast_project_user access_budget_forecast_project_user model_budget_forecast project.group_project_user 1 1 1 1
3 access_budget_coefficient budget_coefficient model_budget_coefficient base.group_user 1 1 1 1
4 access_budget_coefficient_model budget_coefficient_model model_budget_coefficient_model base.group_user 1 1 1 1
5 access_budget_forecast_model budget_forecast_model model_budget_forecast_model base.group_user 1 1 1 1
6 access_budget_forecast_model_line budget_forecast_model_line model_budget_forecast_model_line base.group_user 1 1 1 1
7 access_budget_forecast_model_choice budget_forecast_model_choice model_budget_forecast_model_choice base.group_user 1 1 1 1

View File

@@ -0,0 +1,217 @@
odoo.define('account_budget_forecast.section_category_and_note_backend', function (require) {
// The goal of this file is to contain JS hacks related to allowing
// section, category and note on budget forecast.
"use strict";
var pyUtils = require('web.py_utils');
var core = require('web.core');
var _t = core._t;
var FieldChar = require('web.basic_fields').FieldChar;
var FieldOne2Many = require('web.relational_fields').FieldOne2Many;
var fieldRegistry = require('web.field_registry');
var FieldText = require('web.basic_fields').FieldText;
var ListRenderer = require('web.ListRenderer');
var SectionCategoryAndNoteListRenderer = ListRenderer.extend({
/**
* We want section and note to take the whole line (except handle and trash)
* to look better and to hide the unnecessary fields.
*
* @override
*/
_renderBodyCell: function (record, node, index, options) {
var $cell = this._super.apply(this, arguments);
var isNote = record.data.display_type === 'line_note';
if (isNote) {
if (node.attrs.widget === "handle") {
return $cell;
} else if (node.attrs.name === "description") {
var nbrColumns = this._getNumberOfCols();
if (this.handleField) {
nbrColumns--;
}
if (this.addTrashIcon) {
nbrColumns--;
}
$cell.attr('colspan', nbrColumns);
} else {
return $cell.addClass('o_hidden');
}
}
return $cell;
},
/**
* We add the o_is_{display_type} class to allow custom behaviour both in JS and CSS.
*
* @override
*/
_renderRow: function (record, index) {
var $row = this._super.apply(this, arguments);
if (record.data.display_type) {
$row.removeClass('table-striped');
$row.addClass('o_is_budget_' + record.data.display_type);
}
return $row;
},
/**
* We want to add .o_section_category_and_note_list_view on the table to have stronger CSS.
*
* @override
* @private
*/
_renderView: function () {
var def = this._super();
this.$el.find('> table').addClass('o_section_category_and_note_list_view');
this.$el.find('> table').removeClass('table-striped');
return def;
},
_renderView: function () {
var self = this;
return this._super.apply(this, arguments).then(function () {
self.$('.o_list_table').addClass('o_section_category_and_note_list_view');
self.$('.o_list_table').removeClass('table-striped');
});
},
/**
* Add support for product configurator
*
* @override
* @private
*/
_onAddRecord: function (ev) {
// we don't want the browser to navigate to a the # url
ev.preventDefault();
// we don't want the click to cause other effects, such as unselecting
// the row that we are creating, because it counts as a click on a tr
ev.stopPropagation();
// but we do want to unselect current row
var self = this;
this.unselectRow().then(function () {
var context = ev.currentTarget.dataset.context;
var pricelistId = self._getPricelistId();
if (context && pyUtils.py_eval(context).open_product_configurator){
self._rpc({
model: 'ir.model.data',
method: 'xmlid_to_res_id',
kwargs: {xmlid: 'sale.sale_product_configurator_view_form'},
}).then(function (res_id) {
self.do_action({
name: _t('Configure a product'),
type: 'ir.actions.act_window',
res_model: 'sale.product.configurator',
views: [[res_id, 'form']],
target: 'new',
context: {
'default_pricelist_id': pricelistId
}
}, {
on_close: function (products) {
if (products && products !== 'special'){
self.trigger_up('add_record', {
context: self._productsToRecords(products),
forceEditable: "bottom" ,
allowWarning: true,
onSuccess: function (){
self.unselectRow();
}
});
}
}
});
});
} else {
self.trigger_up('add_record', {context: context && [context]}); // TODO write a test, the deferred was not considered
}
});
},
/**
* Will try to get the pricelist_id value from the parent sale_order form
*
* @private
* @returns {integer} pricelist_id's id
*/
_getPricelistId: function () {
var saleOrderForm = this.getParent() && this.getParent().getParent();
var stateData = saleOrderForm && saleOrderForm.state && saleOrderForm.state.data;
var pricelist_id = stateData.pricelist_id && stateData.pricelist_id.data && stateData.pricelist_id.data.id;
return pricelist_id;
},
/**
* Will map the products to appropriate record objects that are
* ready for the default_get
*
* @private
* @param {Array} products The products to transform into records
*/
_productsToRecords: function (products) {
var records = [];
_.each(products, function (product){
var record = {
default_product_id: product.product_id,
default_product_uom_qty: product.quantity
};
if (product.no_variant_attribute_values) {
var default_product_no_variant_attribute_values = [];
_.each(product.no_variant_attribute_values, function (attribute_value) {
default_product_no_variant_attribute_values.push(
[4, parseInt(attribute_value.value)]
);
});
record['default_product_no_variant_attribute_value_ids']
= default_product_no_variant_attribute_values;
}
if (product.product_custom_attribute_values) {
var default_custom_attribute_values = [];
_.each(product.product_custom_attribute_values, function (attribute_value) {
default_custom_attribute_values.push(
[0, 0, {
attribute_value_id: attribute_value.attribute_value_id,
custom_value: attribute_value.custom_value
}]
);
});
record['default_product_custom_attribute_value_ids']
= default_custom_attribute_values;
}
records.push(record);
});
return records;
}
});
// We create a custom widget because this is the cleanest way to do it:
// to be sure this custom code will only impact selected fields having the widget
// and not applied to any other existing ListRenderer.
var SectionCategoryAndNoteFieldOne2Many = FieldOne2Many.extend({
/**
* We want to use our custom renderer for the list.
*
* @override
*/
_getRenderer: function () {
if (this.view.arch.tag === 'tree') {
return SectionCategoryAndNoteListRenderer;
}
return this._super.apply(this, arguments);
},
});
fieldRegistry.add('section_category_and_note_one2many', SectionCategoryAndNoteFieldOne2Many);
});

View File

@@ -0,0 +1,22 @@
// The goal of this file is to contain CSS hacks related to allowing
// section, category and note on budget forecast.
tr.o_data_row.o_is_budget_line_note,
tr.o_data_row.o_is_budget_line_note textarea[name="description"],
div.oe_kanban_card.o_is_budget_line_note {
font-style: italic;
}
tr.o_data_row.o_is_budget_line_section,
div.oe_kanban_card.o_is_budget_line_section {
font-weight: bold;
background-color: #b59898;
}
tr.o_data_row.o_is_budget_line_subsection,
div.oe_kanban_card.o_is_budget_line_subsection {
font-style: italic;
background-color: #dbd1d1;
}
tr.o_data_row.o_is_budget_line_note {
word-break: break-all;
}

View File

@@ -0,0 +1,103 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_analytic_budget_forecast" model="ir.ui.view">
<field name="name">analytic.analytic.account.budget.forecast</field>
<field name="model">account.analytic.account</field>
<field name="priority">100</field>
<field name="arch" type="xml">
<form string="Project Budget" create="false" delete="false">
<header>
<!-- Refresh -->
<button name="action_refresh" string="Refresh" class="oe_highlight" type="object" />
<button name="action_create_quotation" string="Create Quotation" class="oe_highlight" type="object" />
<button type="object" class="oe_stat_button" icon="fa-eye" name="displayActualAmounts" string="Display Actual amounts" attrs="{'invisible' : [('display_actual_amounts', '=', True)]}">
<field name="display_actual_amounts" widget="boolean_toggle" />
</button>
<button type="object" class="oe_stat_button" icon="fa-eye" name="displayActualAmounts" string="Hide Actual amounts" attrs="{'invisible' : [('display_actual_amounts', '=', False)]}">
<field name="display_actual_amounts" widget="boolean_toggle" />
</button>
<button type="action" class="oe_stat_button" icon="fa-refresh" name="%(action_budget_forecast_model_choice)d" string="Reset Budget" />
</header>
<sheet string="Project Budget">
<group>
<group name="planned_amounts" string="Planned amounts">
<field name="plan_amount_without_coeff" />
<field name="plan_amount_with_coeff" />
</group>
<group name="expenses_amounts" string="Expenses" attrs="{'invisible' : [('display_actual_amounts', '=', False)]}">
<field name="total_expenses" attrs="{'invisible' : [('display_actual_amounts', '=', False)]}" />
<field name="remaining_budget" attrs="{'invisible' : [('display_actual_amounts', '=', False)]}" />
</group>
<group name="incomes_balance" string="Incomes and Balance" attrs="{'invisible' : [('display_actual_amounts', '=', False)]}">
<field name="total_incomes" attrs="{'invisible' : [('display_actual_amounts', '=', False)]}" />
<field name="project_balance" attrs="{'invisible' : [('display_actual_amounts', '=', False)]}" />
</group>
<group name="project_management" string="Project management">
<field name="project_managers" widget="many2many_tags" />
<field name="opportunity" />
</group>
</group>
<notebook>
<page name="summary" string="Summary">
<field name="project_section_budget_ids" widget="section_category_and_note_one2many" mode="tree" nolabel="1">
<tree editable="bottom" default_order="sequence">
<control>
<create string="Add a section" context="{'default_display_type': 'line_section', 'default_is_summary': True}" />
<create string="Add a sub-section" context="{'default_display_type': 'line_subsection', 'default_is_summary': True}" />
</control>
<field name="sequence" widget="handle" />
<field name="is_summary" invisible="1" />
<field name="display_type" invisible="1" />
<field name="name" optional="hide" />
<field name="product_id" />
<field name="description" />
<field name="plan_amount_without_coeff" readonly="1" />
<field name="plan_amount_with_coeff" readonly="1" />
<field name="actual_amount" attrs="{'column_invisible' : [('parent.display_actual_amounts', '=', False)]}" readonly="1" />
<field name="diff_expenses" string="Diff" optional="hide" />
<field name="incomes" string="Incomes" optional="hide" />
<field name="balance" string="Balance" optional="hide" />
</tree>
</field>
</page>
<page name="coefficients" string="Coeff">
<field name="budget_coefficients_ids" nolabel="1">
<tree>
<field name="name" />
<field name="note" />
<field name="coeff" sum="Total" />
</tree>
</field>
<button name="default_budget_coefficients_ids" string="Re-initialize" class="oe_highlight" type="object" />
</page>
</notebook>
</sheet>
<!-- Attachment preview -->
<div class="o_attachment_preview" />
<!-- Chatter -->
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers" groups="base.group_user" />
<field name="message_ids" widget="mail_thread" />
</div>
</form>
</field>
</record>
<record id="view_account_analytic_account_form" model="ir.ui.view">
<field name="name">analytic.analytic.account.form</field>
<field name="model">account.analytic.account</field>
<field name="inherit_id" ref="analytic.view_account_analytic_account_form" />
<field name="arch" type="xml">
<div name="button_box">
<button type="object" name="action_budget_forecast" class="oe_stat_button" icon="fa-usd">
<field name="plan_amount_with_coeff" widget="statinfo" string="Budget" />
</button>
</div>
<xpath expr="//field[@name='company_id']" position="after">
<field name="project_managers" widget="many2many_tags" />
</xpath>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,202 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="budget_forecast_category_miscellaneous" model="ir.ui.view">
<field name="name">budget.forecast.category.miscellaneous</field>
<field name="model">account.analytic.account</field>
<field name="inherit_id" ref="view_analytic_budget_forecast" />
<field name="priority">9999</field>
<field name="arch" type="xml">
<xpath expr="//notebook" position="inside">
<page name="category_manpower" string="Manpower">
<field name="budget_forecast_manpower_ids" widget="section_category_and_note_one2many" mode="tree" nolabel="1" context="{'default_budget_category': 'manpower'}">
<tree default_order="sequence" editable="bottom">
<control>
<create string="Add an article" context="{'default_display_type': 'line_article'}" />
<create string="Add a note" context="{'default_display_type': 'line_note'}" />
</control>
<field name="sequence" widget="handle" />
<field name="budget_category" invisible="1" optional="hide" />
<field name="parent_id" optional="hide" />
<field name="display_type" invisible="1" />
<field name="name" optional="hide" />
<field name="product_id" />
<field name="description" optional="show" />
<field name="note" optional="hide" />
<field name="plan_price" />
<field name="plan_qty" />
<field name="actual_qty" attrs="{'column_invisible' : [('parent.display_actual_amounts', '=', False)]}" />
<field name="plan_amount_without_coeff" string="Plan Amount before Coeff" />
<field name="plan_amount_with_coeff" string="Plan Amount after Coeff" />
<field name="actual_amount" string="Actual Amount" attrs="{'column_invisible' : [('parent.display_actual_amounts', '=', False)]}" />
<field name="diff_expenses" string="Diff" optional="hide" />
<field name="incomes" string="Incomes" optional="hide" />
<field name="balance" string="Balance" optional="hide" />
</tree>
</field>
</page>
<page name="category_material" string="Material">
<field name="budget_forecast_material_ids" widget="section_category_and_note_one2many" mode="tree" nolabel="1" context="{'default_budget_category': 'material'}">
<tree default_order="sequence" editable="bottom">
<control>
<create string="Add an article" context="{'default_display_type': 'line_article'}" />
<create string="Add a note" context="{'default_display_type': 'line_note'}" />
</control>
<field name="sequence" widget="handle" />
<field name="budget_category" invisible="1" optional="hide" />
<field name="parent_id" optional="hide" />
<field name="display_type" invisible="1" />
<field name="name" optional="hide" />
<field name="product_id" />
<field name="description" optional="show" />
<field name="note" optional="hide" />
<field name="plan_price" />
<field name="plan_qty" />
<field name="actual_qty" attrs="{'column_invisible' : [('parent.display_actual_amounts', '=', False)]}" />
<field name="plan_amount_without_coeff" string="Plan Amount before Coeff" />
<field name="plan_amount_with_coeff" string="Plan Amount after Coeff" />
<field name="actual_amount" string="Actual Amount" attrs="{'column_invisible' : [('parent.display_actual_amounts', '=', False)]}" />
<field name="diff_expenses" string="Diff" optional="hide" />
<field name="incomes" string="Incomes" optional="hide" />
<field name="balance" string="Balance" optional="hide" />
</tree>
</field>
</page>
<page name="category_equipment" string="Equipment">
<field name="budget_forecast_equipment_ids" widget="section_category_and_note_one2many" mode="tree" nolabel="1" context="{'default_budget_category': 'equipment'}">
<tree default_order="sequence" editable="bottom">
<control>
<create string="Add an article" context="{'default_display_type': 'line_article'}" />
<create string="Add a note" context="{'default_display_type': 'line_note'}" />
</control>
<field name="sequence" widget="handle" />
<field name="budget_category" invisible="1" optional="hide" />
<field name="parent_id" optional="hide" />
<field name="display_type" invisible="1" />
<field name="name" optional="hide" />
<field name="product_id" />
<field name="description" optional="show" />
<field name="note" optional="hide" />
<field name="plan_price" />
<field name="plan_qty" />
<field name="actual_qty" attrs="{'column_invisible' : [('parent.display_actual_amounts', '=', False)]}" />
<field name="plan_amount_without_coeff" string="Plan Amount before Coeff" />
<field name="plan_amount_with_coeff" string="Plan Amount after Coeff" />
<field name="actual_amount" string="Actual Amount" attrs="{'column_invisible' : [('parent.display_actual_amounts', '=', False)]}" />
<field name="diff_expenses" string="Diff" optional="hide" />
<field name="incomes" string="Incomes" optional="hide" />
<field name="balance" string="Balance" optional="hide" />
</tree>
</field>
</page>
<page name="category_subcontractors" string="Subcontractors">
<field name="budget_forecast_subcontractors_ids" widget="section_category_and_note_one2many" mode="tree" nolabel="1" context="{'default_budget_category': 'subcontractors'}">
<tree default_order="sequence" editable="bottom">
<control>
<create string="Add an article" context="{'default_display_type': 'line_article'}" />
<create string="Add a note" context="{'default_display_type': 'line_note'}" />
</control>
<field name="sequence" widget="handle" />
<field name="budget_category" invisible="1" optional="hide" />
<field name="parent_id" optional="hide" />
<field name="display_type" invisible="1" />
<field name="name" optional="hide" />
<field name="product_id" />
<field name="description" optional="show" />
<field name="note" optional="hide" />
<field name="plan_price" />
<field name="plan_qty" />
<field name="actual_qty" attrs="{'column_invisible' : [('parent.display_actual_amounts', '=', False)]}" />
<field name="plan_amount_without_coeff" string="Plan Amount before Coeff" />
<field name="plan_amount_with_coeff" string="Plan Amount after Coeff" />
<field name="actual_amount" string="Actual Amount" attrs="{'column_invisible' : [('parent.display_actual_amounts', '=', False)]}" />
<field name="diff_expenses" string="Diff" optional="hide" />
<field name="incomes" string="Incomes" optional="hide" />
<field name="balance" string="Balance" optional="hide" />
</tree>
</field>
</page>
<page name="category_delivery" string="Delivery">
<field name="budget_forecast_delivery_ids" widget="section_category_and_note_one2many" mode="tree" nolabel="1" context="{'default_budget_category': 'delivery'}">
<tree default_order="sequence" editable="bottom">
<control>
<create string="Add an article" context="{'default_display_type': 'line_article'}" />
<create string="Add a note" context="{'default_display_type': 'line_note'}" />
</control>
<field name="sequence" widget="handle" />
<field name="budget_category" invisible="1" optional="hide" />
<field name="parent_id" optional="hide" />
<field name="display_type" invisible="1" />
<field name="name" optional="hide" />
<field name="product_id" />
<field name="description" optional="show" />
<field name="note" optional="hide" />
<field name="plan_price" />
<field name="plan_qty" />
<field name="actual_qty" attrs="{'column_invisible' : [('parent.display_actual_amounts', '=', False)]}" />
<field name="plan_amount_without_coeff" string="Plan Amount before Coeff" />
<field name="plan_amount_with_coeff" string="Plan Amount after Coeff" />
<field name="actual_amount" string="Actual Amount" attrs="{'column_invisible' : [('parent.display_actual_amounts', '=', False)]}" />
<field name="diff_expenses" string="Diff" optional="hide" />
<field name="incomes" string="Incomes" optional="hide" />
<field name="balance" string="Balance" optional="hide" />
</tree>
</field>
</page>
<page name="category_miscellaneous" string="Miscellaneous">
<field name="budget_forecast_miscellaneous_ids" widget="section_category_and_note_one2many" mode="tree" nolabel="1" context="{'default_budget_category': 'miscellaneous'}">
<tree default_order="sequence" editable="bottom">
<control>
<create string="Add an article" context="{'default_display_type': 'line_article'}" />
<create string="Add a note" context="{'default_display_type': 'line_note'}" />
</control>
<field name="sequence" widget="handle" />
<field name="budget_category" invisible="1" optional="hide" />
<field name="parent_id" optional="hide" />
<field name="display_type" invisible="1" />
<field name="name" optional="hide" />
<field name="product_id" />
<field name="description" optional="show" />
<field name="note" optional="hide" />
<field name="plan_price" />
<field name="plan_qty" />
<field name="actual_qty" attrs="{'column_invisible' : [('parent.display_actual_amounts', '=', False)]}" />
<field name="plan_amount_without_coeff" string="Plan Amount before Coeff" />
<field name="plan_amount_with_coeff" string="Plan Amount after Coeff" />
<field name="actual_amount" string="Actual Amount" attrs="{'column_invisible' : [('parent.display_actual_amounts', '=', False)]}" />
<field name="diff_expenses" string="Diff" optional="hide" />
<field name="incomes" string="Incomes" optional="hide" />
<field name="balance" string="Balance" optional="hide" />
</tree>
</field>
</page>
<page name="category_unplanned" string="Unplanned">
<field name="budget_forecast_unplanned_ids" widget="section_category_and_note_one2many" mode="tree" nolabel="1" context="{'default_budget_category': 'unplanned'}">
<tree default_order="sequence" editable="bottom">
<control>
<create string="Add an article" context="{'default_display_type': 'line_article'}" />
<create string="Add a note" context="{'default_display_type': 'line_note'}" />
</control>
<field name="sequence" widget="handle" />
<field name="budget_category" invisible="1" optional="hide" />
<field name="parent_id" optional="hide" />
<field name="display_type" invisible="1" />
<field name="name" optional="hide" />
<field name="product_id" />
<field name="description" optional="show" />
<field name="note" optional="hide" />
<field name="plan_price" />
<field name="plan_qty" />
<field name="actual_qty" attrs="{'column_invisible' : [('parent.display_actual_amounts', '=', False)]}" />
<field name="plan_amount_without_coeff" string="Plan Amount before Coeff" />
<field name="plan_amount_with_coeff" string="Plan Amount after Coeff" />
<field name="actual_amount" string="Actual Amount" attrs="{'column_invisible' : [('parent.display_actual_amounts', '=', False)]}" />
<field name="diff_expenses" string="Diff" optional="hide" />
<field name="incomes" string="Incomes" optional="hide" />
<field name="balance" string="Balance" optional="hide" />
</tree>
</field>
</page>
</xpath>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="invoice_budget_form" model="ir.ui.view">
<field name="name">account.invoice.budget.form</field>
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_move_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='invoice_line_ids']/tree/field[@name='analytic_tag_ids']" position="after">
<field name="budget_forecast_id" domain="[('analytic_id', '=', analytic_account_id), ('product_id', '=', product_id)]" />
</xpath>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="act_budget_forecast_coeff_models" model="ir.actions.act_window">
<field name="name">Budget coefficient models</field>
<field name="res_model">budget.coefficient.model</field>
<field name="view_mode">tree</field>
</record>
</odoo>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_backend" name="budget forecast assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/account_budget_forecast/static/src/scss/section_category_and_note_backend.scss" />
<script type="text/javascript" src="/account_budget_forecast/static/src/js/section_category_and_note_fields_backend.js"></script>
</xpath>
</template>
</odoo>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_budget_coefficient_form" model="ir.ui.view">
<field name="name">budget.coefficient.form</field>
<field name="model">budget.coefficient</field>
<field name="arch" type="xml">
<form>
<sheet>
<group>
<field name="name" />
<field name="coeff" />
<field name="note" />
</group>
</sheet>
</form>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_budget_coefficient_tree" model="ir.ui.view">
<field name="name">budget.coefficient.tree</field>
<field name="model">budget.coefficient.model</field>
<field name="arch" type="xml">
<tree editable="top">
<field name="name" />
<field name="coeff" />
<field name="note" />
</tree>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,98 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_budget_forecast_form" model="ir.ui.view">
<field name="name">budget.forecast.form</field>
<field name="model">budget.forecast</field>
<field name="arch" type="xml">
<form>
<sheet>
<group>
<group>
<field name="product_id" />
<field name="description" />
</group>
<group>
<field name="analytic_id" />
<field name="is_summary" />
<field name="budget_category" />
<field name="display_type" />
<field name="parent_id" />
<field name="sequence" />
</group>
</group>
<group>
<group string="Unit prices">
<field name="plan_price" />
</group>
<group string="Quantities">
<field name="plan_qty" />
<field name="actual_qty" />
</group>
<group string="Totals">
<field name="plan_amount_without_coeff" />
<field name="plan_amount_with_coeff" />
<field name="actual_amount" />
</group>
</group>
<group string="Analytic Lines">
<field name="analytic_line_ids" nolabel="1">
<tree>
<field name="date" />
<field name="employee_id" />
<field name="product_id" />
<field name="name" />
<field name="unit_amount" string="Quantity" />
<field name="amount" />
</tree>
</field>
</group>
<group string="Childs" attrs="{'invisible' : [('child_ids','=', False)]}">
<field name="child_ids" nolabel="1">
<tree>
<field name="product_id" />
<field name="description" />
<field name="budget_category" />
<field name="plan_price" sum="total" />
<field name="plan_qty" sum="total" />
<field name="actual_qty" sum="total" />
<field name="plan_amount_without_coeff" sum="total" />
<field name="plan_amount_with_coeff" sum="total" />
<field name="actual_amount" sum="total" />
</tree>
</field>
</group>
<group string="Notes">
<field name="note" />
</group>
</sheet>
</form>
</field>
</record>
<record id="view_budget_forecast_tree" model="ir.ui.view">
<field name="name">budget.forecast.tree</field>
<field name="model">budget.forecast</field>
<field name="arch" type="xml">
<tree>
<field name="id" />
<field name="analytic_id" />
<field name="product_id" />
<field name="description" />
<field name="budget_category" />
<field name="plan_price" sum="total" />
<field name="plan_qty" sum="total" />
<field name="actual_qty" sum="total" />
<field name="plan_amount_without_coeff" sum="total" />
<field name="plan_amount_with_coeff" sum="total" />
<field name="actual_amount" sum="total" />
</tree>
</field>
</record>
<record id="act_budget_forecast" model="ir.actions.act_window">
<field name="name">Budget Forecast lines</field>
<field name="res_model">budget.forecast</field>
<field name="view_mode">tree,form</field>
</record>
</odoo>

View File

@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_budget_forecast_model_tree" model="ir.ui.view">
<field name="name">budget.forecast.model.tree</field>
<field name="model">budget.forecast.model</field>
<field name="arch" type="xml">
<tree editable="top">
<field name="name" />
</tree>
</field>
</record>
<record id="view_budget_forecast_model_line_tree" model="ir.ui.view">
<field name="name">budget.forecast.model.line.tree</field>
<field name="model">budget.forecast.model.line</field>
<field name="arch" type="xml">
<tree editable="top">
<field name="budget_model" />
<field name="display_type" />
<field name="product_id" />
<field name="name" />
<field name="parent_id" />
</tree>
</field>
</record>
<record id="act_budget_forecast_models" model="ir.actions.act_window">
<field name="name">Budget Forecast Model</field>
<field name="res_model">budget.forecast.model</field>
<field name="view_mode">tree</field>
</record>
<record id="act_budget_forecast_model_lines" model="ir.actions.act_window">
<field name="name">Budget Forecast Model Lines</field>
<field name="res_model">budget.forecast.model.line</field>
<field name="view_mode">tree</field>
</record>
</odoo>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<odoo>
<record id="crm_lead_analytic_account_view_form" model="ir.ui.view">
<field name="name">crm.lead.analytic_account.form</field>
<field name="model">crm.lead</field>
<field name="inherit_id" ref="crm.crm_lead_view_form" />
<field name="arch" type="xml">
<div name="button_box">
<button type="object" name="action_budget_forecast" class="oe_stat_button" icon="fa-usd">
<field name="plan_amount_with_coeff" widget="statinfo" string="Budget" />
</button>
</div>
<xpath expr="//field[@name='team_id']" position="after">
<field name="analytic_account"/>
</xpath>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="hr_timesheet_view_tree_inherit_budget" model="ir.ui.view">
<field name="name">hr.timesheet.tree.timesheet</field>
<field name="model">account.analytic.line</field>
<field name="priority">20</field>
<field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_tree" />
<field name="arch" type="xml">
<xpath expr="//field[@name='task_id']" position="after">
<field name="budget_forecast_id" domain="[('display_type', '=', 'line_article')]" />
</xpath>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<menuitem id="menu_budget_forecast" parent="project.menu_project_config" sequence="20" name="Budget forecast" />
<menuitem id="menu_budget_forecast_lines" action="act_budget_forecast" parent="menu_budget_forecast" sequence="1" name="Budget lines" />
<menuitem id="menu_budget_forecast_coeff_models" action="act_budget_forecast_coeff_models" parent="menu_budget_forecast" sequence="2" name="Coefficient models" />
<menuitem id="menu_budget_forecast_models" action="act_budget_forecast_models" parent="menu_budget_forecast" sequence="3" name="Budget models" />
<menuitem id="menu_budget_forecast_model_lines" action="act_budget_forecast_model_lines" parent="menu_budget_forecast" sequence="4" name="Budget models lines" />
</odoo>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="product_budget_level_form_inherit" model="ir.ui.view">
<field name="name">product.budget.level.form.inherit</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_only_form_view" />
<field name="arch" type="xml">
<xpath expr="//field[@name='categ_id']" position="after">
<field name="budget_level" />
</xpath>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<odoo>
<record model="ir.ui.view" id="view_task_form_budget_forecast">
<field name="name">project.task.form.budget.forecast</field>
<field name="model">project.task</field>
<field name="inherit_id" ref="hr_timesheet.view_task_form2_inherited" />
<field name="arch" type="xml">
<xpath expr="//field[@name='timesheet_ids']/tree/field[@name='name']" position="after">
<field name="budget_forecast_id" domain="[('display_type', '=', 'line_article')]" />
</xpath>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_order_form" model="ir.ui.view">
<field name="name">sale.order.form</field>
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_order_form" />
<field name="arch" type="xml">
<header position="inside">
<button name="sync_missing_budget_lines" string="Sync missing budget lines" type="object" />
</header>
<div name="button_box">
<button type="object" name="action_budget_forecast" class="oe_stat_button" icon="fa-usd">
<field name="plan_amount_with_coeff" widget="statinfo" string="Budget" />
</button>
</div>
<xpath expr="//field[@name='order_line']/tree/field[@name='name']" position="after">
<field name="budget_forecast_id" optional="show" />
</xpath>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
from . import budget_forecast_model_choice

View File

@@ -0,0 +1,71 @@
# -*- coding: utf-8 -*-
import logging
from bdb import set_trace
from odoo import models, fields, _
_logger = logging.getLogger(__name__)
class BudgetForecastModelChoice(models.Model):
_name = "budget.forecast.model.choice"
_description = _name
budget_forecast_model = fields.Many2one("budget.forecast.model")
def create_budget_forecast_lines(self):
analytic_account = self.env["account.analytic.account"].browse(
self._context.get("active_ids")
)
# Budget line deletion must be done in a precise order to avoid trying to unlink already deleted lines.
# 1. Delete summary lines to remove all the linked section and subsection lines
for line in analytic_account.budget_forecast_ids.filtered(
lambda r: r.is_summary
):
_logger.debug("SUMMARY BUDGET LINE = %s", line.name)
line.unlink()
# 2. Delete article and note lines
for line in analytic_account.budget_forecast_ids.filtered(
lambda r: r.display_type in ["line_article", "line_note"]
):
_logger.debug("OTHER BUDGET LINE = %s", line.name)
line.unlink()
if self.budget_forecast_model:
# Create new summary lines
section_model_lines = self.env["budget.forecast.model.line"].search(
[
("budget_model", "=", self.budget_forecast_model.id),
("display_type", "=", "line_section"),
]
)
sequence = 0
for section in section_model_lines:
vals = {
"analytic_id": self.env["account.analytic.account"]
.browse(self._context.get("active_ids"))
.id,
"display_type": "line_section",
"product_id": section.product_id.id,
"description": section.name,
"is_summary": True,
"sequence": sequence,
}
section_line = self.env["budget.forecast"].create(vals)
sequence += 1
if section.child_ids:
for sub_section in section.child_ids:
vals = {
"analytic_id": self.env["account.analytic.account"]
.browse(self._context.get("active_ids"))
.id,
"display_type": "line_subsection",
"product_id": sub_section.product_id.id,
"description": sub_section.name,
"is_summary": True,
"parent_id": section_line.id,
"sequence": sequence,
}
self.env["budget.forecast"].create(vals)
sequence += 1

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="budget_forecast_model_wizard" model="ir.ui.view">
<field name="name">budget.forecast.model.wizard</field>
<field name="model">budget.forecast.model.choice</field>
<field name="arch" type="xml">
<form string="Reset : choose the Budget Forecast Model">
<div class="alert alert-warning">
<span class="fa fa-info-circle" />
Caution: all current budget lines will be deleted!
</div>
<group>
<field name="budget_forecast_model" widget="selection" placeholder="Empty budget" />
</group>
<footer>
<button string="Select" name="create_budget_forecast_lines" type="object" class="btn-primary" />
<button string="Cancel" class="btn-secondary" special="cancel" />
</footer>
</form>
</field>
</record>
<record id="action_budget_forecast_model_choice" model="ir.actions.act_window">
<field name="name">Reset Budget</field>
<field name="res_model">budget.forecast.model.choice</field>
<field name="view_mode">form</field>
<field name="view_id" ref="budget_forecast_model_wizard" />
<field name="target">new</field>
</record>
</odoo>

View File

@@ -1,15 +0,0 @@
from odoo import fields, models, _
class AccountMove(models.Model):
_inherit = "account.move"
receipt_lost = fields.Boolean(string=_("Receipt lost"), store=True)
mooncard_record = fields.Boolean(store=True)
class AccountMoveLine(models.Model):
_inherit = "account.move.line"
receipt_lost = fields.Boolean(string=_("Receipt lost"), store=True)
mooncard_record = fields.Boolean(store=True)

View File

@@ -1,29 +0,0 @@
from odoo import models
class NewgenPaymentCardTransaction(models.Model):
_inherit = "newgen.payment.card.transaction"
def process_line(self):
res = super(NewgenPaymentCardTransaction, self).process_line()
if res:
for line in self:
if line.invoice_id:
line.invoice_id.receipt_lost = line.receipt_lost
line.invoice_id.mooncard_record = True
move_lines = line.invoice_id.line_ids
for move_line in move_lines:
move_line.receipt_lost = line.receipt_lost
move_line.mooncard_record = True
return res
def generate_bank_journal_move(self):
bank_move = super(
NewgenPaymentCardTransaction, self
).generate_bank_journal_move()
if bank_move:
for line in bank_move.line_ids:
line.receipt_lost = self.receipt_lost
line.mooncard_record = True
return bank_move

View File

@@ -1,26 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_move_form_recipt_lost" model="ir.ui.view">
<field name="name">view.move.form.receipt.lost</field>
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_move_form" />
<field name="arch" type="xml">
<div name="journal_div" position="after">
<field name="mooncard_record" invisible="1" />
<field name="receipt_lost" attrs="{'invisible': [('mooncard_record','=',False)]}" />
</div>
</field>
</record>
<record id="view_move_line_form_recipt_lost" model="ir.ui.view">
<field name="name">view.move.line.form.recipt.lost</field>
<field name="model">account.move.line</field>
<field name="inherit_id" ref="account.view_move_line_form" />
<field name="arch" type="xml">
<field name="blocked" position="after">
<field name="mooncard_record" invisible="1" />
<field name="receipt_lost" attrs="{'invisible': [('mooncard_record','=',False)]}" />
</field>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
from . import models
from . import wizard

View File

@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
{
"name": "Account Mooncard Receipt Lost Transfer",
"name": "Account Quotation Sale Order Invoice Title",
"category": "Account",
"version": "14.0.1.0",
"version": "13.0.1.0",
"summary": "Transfer the Receipt Lost value in invoices and account move lines",
"author": "Elabore",
"website": "https://elabore.coop/",
@@ -10,15 +10,15 @@
"application": False,
"auto_install": False,
"description": """
======================================
Account Mooncard Receipt Lost Transfer
======================================
This module allows the transfer of the Receipt Lost field value from model newgen.payment.card.transaction in invoices and account.move.line
==========================================
Account Quotation Sale Order Invoice Title
==========================================
This module allows to add a title in Quotations, Sale Orders and Invoices.
When an invoice is created from a Sale Order, the title is transfered.
Installation
============
Before the installation, please ensure that the addons of the repository `Odoo Mooncard Connector <https://github.com/akretion/odoo-mooncard-connector>` are available in your Odoo
Just install account_mooncard_receipt_lost_transfer, all dependencies will be installed by default.
Just install account_quotation_sale_order_invoice_title, all dependencies will be installed by default.
Known issues / Roadmap
======================
@@ -45,6 +45,7 @@ Funders
-------
The development of this module has been financially supported by:
* Elabore (https://elabore.coop)
* Datactivist (https://datactivist.coop)
Maintainer
----------
@@ -54,9 +55,10 @@ This module is maintained by ELABORE.
"depends": [
"base",
"account",
"base_newgen_payment_card",
"sale",
],
"data": [
"views/sale_views.xml",
"views/account_move_views.xml",
],
"qweb": [],

View File

@@ -0,0 +1,70 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_quotation_sale_order_invoice_title
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-04-22 08:48+0000\n"
"PO-Revision-Date: 2022-04-22 08:48+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"
#. module: account_quotation_sale_order_invoice_title
#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_account_move__display_name
#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_sale_advance_payment_inv__display_name
#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_sale_order__display_name
msgid "Display Name"
msgstr "Nom affiché"
#. module: account_quotation_sale_order_invoice_title
#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_account_move__id
#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_sale_advance_payment_inv__id
#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_sale_order__id
msgid "ID"
msgstr "ID"
#. module: account_quotation_sale_order_invoice_title
#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_account_bank_statement_line__move_title
#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_account_move__move_title
#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_account_payment__move_title
msgid "Invoice Title"
msgstr "Titre de la facture"
#. module: account_quotation_sale_order_invoice_title
#: model:ir.model,name:account_quotation_sale_order_invoice_title.model_account_move
msgid "Journal Entry"
msgstr "Pièce comptable"
#. module: account_quotation_sale_order_invoice_title
#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_account_move____last_update
#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_sale_advance_payment_inv____last_update
#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_sale_order____last_update
msgid "Last Modified on"
msgstr "Dernière modification le"
#. module: account_quotation_sale_order_invoice_title
#: model:ir.model,name:account_quotation_sale_order_invoice_title.model_sale_advance_payment_inv
msgid "Sales Advance Payment Invoice"
msgstr "Facture de paiement d'avance"
#. module: account_quotation_sale_order_invoice_title
#: model:ir.model,name:account_quotation_sale_order_invoice_title.model_sale_order
msgid "Sales Order"
msgstr "Commande"
#. module: account_quotation_sale_order_invoice_title
#: model:ir.model.fields,field_description:account_quotation_sale_order_invoice_title.field_sale_order__so_title
msgid "Title"
msgstr "Titre"
#. module: account_quotation_sale_order_invoice_title
#: model_terms:ir.ui.view,arch_db:account_quotation_sale_order_invoice_title.view_move_title_form
#: model_terms:ir.ui.view,arch_db:account_quotation_sale_order_invoice_title.view_order_form
msgid "Title..."
msgstr "Titre..."

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from . import account_move
from . import newgen_payment_card_transaction
from . import sale

View File

@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
from odoo import models, fields
class AccountMove(models.Model):
_inherit = 'account.move'
move_title = fields.Char(string="Invoice Title")

View File

@@ -0,0 +1,14 @@
# -*- coding: utf-8 -*-
from odoo import models, fields
class SaleOrder(models.Model):
_inherit = "sale.order"
so_title = fields.Char(string="Title")
def _prepare_invoice(self):
res = super(SaleOrder, self)._prepare_invoice()
res["move_title"] = self.so_title
return res

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_move_title_tree" model="ir.ui.view">
<field name="name">amove_title.move.tree</field>
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_invoice_tree" />
<field name="arch" type="xml">
<xpath expr="//field[@name='name']" position="after">
<field name="move_title" />
</xpath>
</field>
</record>
<record id="view_move_title_form" model="ir.ui.view">
<field name="name">move_title.move.form</field>
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_move_form" />
<field name="arch" type="xml">
<xpath expr="//field[@name='name']/../.." position="inside">
<h1 class="mt0">
<field name="move_title" placeholder="Title..." />
</h1>
</xpath>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_order_title_tree" model="ir.ui.view">
<field name="name">so_title.sale.order.tree</field>
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_order_tree" />
<field name="arch" type="xml">
<field name="name" position="after">
<field name="so_title" />
</field>
</field>
</record>
<record id="view_quotation_title_tree" model="ir.ui.view">
<field name="name">so_title.quotation.tree</field>
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_quotation_tree" />
<field name="arch" type="xml">
<field name="name" position="after">
<field name="so_title" />
</field>
</field>
</record>
<record id="view_order__title_form" model="ir.ui.view">
<field name="name">so_title.sale_order_form</field>
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_order_form" />
<field name="arch" type="xml">
<field name="name" position="attributes">
<attribute name="class">oe_inline</attribute>
</field>
<xpath expr="//field[@name='name']" position="after">
<field name="so_title" class="oe_inline" placeholder="Title..." />
</xpath>
</field>
</record>
</odoo>

View File

@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
from . import sale_make_invoice_advance

View File

@@ -0,0 +1,17 @@
# -*- coding: utf-8 -*-
from odoo import models
class SaleAdvancePaymentInv(models.TransientModel):
_inherit = "sale.advance.payment.inv"
def _prepare_invoice_values(self, order, name, amount, so_line):
res = super(SaleAdvancePaymentInv, self)._prepare_invoice_values(
order, name, amount, so_line
)
res["move_title"] = order.so_title
import pdb
pdb.set_trace()
return res