mirror of
https://gitlab.com/flectra-community/mis-builder.git
synced 2024-11-16 11:12:07 +00:00
Automatic Update form OCA2FC Migrator
This commit is contained in:
parent
02c25f6b63
commit
a8a08d7211
@ -9,7 +9,7 @@ Available addons
|
||||
|
||||
addon | version | summary
|
||||
--- | --- | ---
|
||||
[mis_builder_budget](mis_builder_budget/) | 3.0.1.1.0| Create budgets for MIS reports
|
||||
[mis_builder_budget](mis_builder_budget/) | 3.0.1.2.0| Create budgets for MIS reports
|
||||
[mis_builder_demo](mis_builder_demo/) | 3.0.1.0.0| Demo addon for MIS Builder
|
||||
[mis_builder](mis_builder/) | 3.0.1.0.1| Build 'Management Information System' Reports and Dashboards
|
||||
|
||||
|
@ -7,7 +7,7 @@ MIS Builder Budget
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:da466f77b5606d5eaa518b43c8b7478dd433bc91f82e18a842a099871c63c578
|
||||
!! source digest: sha256:b49fe673329ce72edaf0467f04f6fe7b06edc9e82a11c22b5a57071407a0521c
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
|
||||
|
@ -4,7 +4,7 @@
|
||||
{
|
||||
"name": "MIS Builder Budget",
|
||||
"summary": "Create budgets for MIS reports",
|
||||
"version": "3.0.1.1.0",
|
||||
"version": "3.0.1.2.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
|
||||
"website": "https://gitlab.com/flectra-community/mis-builder",
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2024-09-12 09:06+0000\n"
|
||||
"PO-Revision-Date: 2024-10-03 09:06+0000\n"
|
||||
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: it\n"
|
||||
@ -86,17 +86,17 @@ msgstr "Valore"
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_by_account_item__analytic_distribution
|
||||
msgid "Analytic Distribution"
|
||||
msgstr ""
|
||||
msgstr "Distribuzione analitica"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_by_account_item__analytic_distribution_search
|
||||
msgid "Analytic Distribution Search"
|
||||
msgstr ""
|
||||
msgstr "Ricerca distribuzione analitica"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget_by_account_item__analytic_precision
|
||||
msgid "Analytic Precision"
|
||||
msgstr ""
|
||||
msgstr "Precisione analitica"
|
||||
|
||||
#. module: mis_builder_budget
|
||||
#: model:ir.model.fields,field_description:mis_builder_budget.field_mis_budget__message_attachment_count
|
||||
|
@ -12,7 +12,7 @@ class MisBudgetByAccount(models.Model):
|
||||
item_ids = fields.One2many(
|
||||
comodel_name="mis.budget.by.account.item", inverse_name="budget_id", copy=True
|
||||
)
|
||||
company_id = fields.Many2one(required=True)
|
||||
company_id = fields.Many2one(required=False)
|
||||
allow_items_overlap = fields.Boolean(
|
||||
help="If checked, overlap between budget items is allowed"
|
||||
)
|
||||
|
@ -26,12 +26,13 @@ class MisBudgetByAccountItem(models.Model):
|
||||
)
|
||||
company_id = fields.Many2one(
|
||||
"res.company",
|
||||
related="budget_id.company_id",
|
||||
related="account_id.company_id",
|
||||
readonly=True,
|
||||
store=True,
|
||||
)
|
||||
company_currency_id = fields.Many2one(
|
||||
"res.currency",
|
||||
related="budget_id.company_id.currency_id",
|
||||
related="account_id.company_id.currency_id",
|
||||
string="Company Currency",
|
||||
help="Utility field to express amount currency",
|
||||
store=True,
|
||||
@ -40,7 +41,6 @@ class MisBudgetByAccountItem(models.Model):
|
||||
comodel_name="account.account",
|
||||
string="Account",
|
||||
required=True,
|
||||
# TODO domain (company_id)
|
||||
)
|
||||
|
||||
_sql_constraints = [
|
||||
|
@ -367,7 +367,7 @@ ul.auto-toc {
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:da466f77b5606d5eaa518b43c8b7478dd433bc91f82e18a842a099871c63c578
|
||||
!! source digest: sha256:b49fe673329ce72edaf0467f04f6fe7b06edc9e82a11c22b5a57071407a0521c
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/mis-builder/tree/17.0/mis_builder_budget"><img alt="OCA/mis-builder" src="https://img.shields.io/badge/github-OCA%2Fmis--builder-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/mis-builder-17-0/mis-builder-17-0-mis_builder_budget"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/mis-builder&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>Create budgets for MIS reports.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user