mis-builder/mis_builder_demo/README.rst

172 lines
5.7 KiB
ReStructuredText
Raw Normal View History

2024-05-03 08:57:01 +00:00
================
MIS Builder Demo
================
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2024-10-01 05:51:24 +00:00
!! source digest: sha256:373cf6ec776ac1141b1f23e67f58b60ff3c87d1331ad70c328e8aade41a2499b
2024-05-03 08:57:01 +00:00
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Alpha-red.png
:target: https://odoo-community.org/page/development-status
:alt: Alpha
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fmis--builder-lightgray.png?logo=github
2024-10-01 05:51:24 +00:00
:target: https://github.com/OCA/mis-builder/tree/17.0/mis_builder_demo
2024-05-03 08:57:01 +00:00
:alt: OCA/mis-builder
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
2024-10-01 05:51:24 +00:00
:target: https://translation.odoo-community.org/projects/mis-builder-17-0/mis-builder-17-0-mis_builder_demo
2024-05-03 08:57:01 +00:00
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
2024-10-01 05:51:24 +00:00
:target: https://runboat.odoo-community.org/builds?repo=OCA/mis-builder&target_branch=17.0
2024-05-03 08:57:01 +00:00
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
Demo addon for MIS Builder.
.. IMPORTANT::
This is an alpha version, the data model and design can change at any time without warning.
Only for development or testing purpose, do not use in production.
`More details on development status <https://odoo-community.org/page/development-status>`_
**Table of contents**
.. contents::
:local:
Usage
=====
This module provide the following demo data based on the Odoo generic
chart of accounts:
2024-10-01 05:51:24 +00:00
- A few styles.
- A budget.
- A report template showing expenses by category
- A sample committed purchase view model, showing uninvoiced purchase
order lines and draft invoice lines.
- A report instance showing budget, committed purchases, actuals and
available.
2024-05-03 08:57:01 +00:00
Known issues / Roadmap
======================
2024-10-01 05:51:24 +00:00
The mis_builder
`roadmap <https://github.com/OCA/mis-builder/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement>`__
and `known
issues <https://github.com/OCA/mis-builder/issues?q=is%3Aopen+is%3Aissue+label%3Abug>`__
can be found on github.
2024-05-03 08:57:01 +00:00
Changelog
=========
16.0.1.0.0 (2023-04-01)
2024-10-01 05:51:24 +00:00
-----------------------
2024-05-03 08:57:01 +00:00
**Features**
2024-10-01 05:51:24 +00:00
- Migration to 16.0.
2024-05-03 08:57:01 +00:00
2024-10-01 05:51:24 +00:00
- removal of analytic fetures because the upstream
``analytic_distribution`` mechanism is not compatible; support may
be introduced in separate module, depending on use cases
(`#472 <https://github.com/OCA/mis-builder/issues/472>`__)
2024-05-03 08:57:01 +00:00
13.0.3.1.2 (2020-04-22)
2024-10-01 05:51:24 +00:00
-----------------------
2024-05-03 08:57:01 +00:00
**Bugfixes**
2024-10-01 05:51:24 +00:00
- Fix currency rate in uninvoiced purchases.
(`#274 <https://github.com/OCA/mis-builder/issues/274>`__)
2024-05-03 08:57:01 +00:00
13.0.3.1.0 (2020-01-??)
2024-10-01 05:51:24 +00:00
-----------------------
2024-05-03 08:57:01 +00:00
Migration to odoo 13.0.
12.0.3.1.0 (2019-10-26)
2024-10-01 05:51:24 +00:00
-----------------------
2024-05-03 08:57:01 +00:00
**Features**
2024-10-01 05:51:24 +00:00
- Handle multi currency for commited purchase view. The amount in this
view are now converted to the base currency (the one with rate 1), so
summing them has some meaning. As a consequence, this view has less
usefulness if the company currency is not the one with rate 1, Debit
and credit being assumed to be in company currency.
2024-05-03 08:57:01 +00:00
2024-10-01 05:51:24 +00:00
Add the M2M to account.analytic.tag in the commited purchase view.
2024-05-03 08:57:01 +00:00
2024-10-01 05:51:24 +00:00
Fix sign issue in commited purchase view.
2024-05-03 08:57:01 +00:00
2024-10-01 05:51:24 +00:00
Include customer invoice in commited purchase view. The view is
therefore not only about purchases anymore. This should not be an
issue because GL accounts are differents for purchases and income
anyway and generally used in different KPI.
2024-05-03 08:57:01 +00:00
2024-10-01 05:51:24 +00:00
These are breaking changes. Change the status of ``mis_builder_demo``
to alpha, since it is a demo module and it's content can change at
any time without any compatibility guarantees.
(`#222 <https://github.com/oca/mis-builder/issues/222>`__)
2024-05-03 08:57:01 +00:00
**Bugfixes**
2024-10-01 05:51:24 +00:00
- Fix date casting error on committed expenses drilldown.
(`#185 <https://github.com/oca/mis-builder/issues/185>`__)
2024-05-03 08:57:01 +00:00
Bug Tracker
===========
Bugs are tracked on `GitHub Issues <https://github.com/OCA/mis-builder/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
2024-10-01 05:51:24 +00:00
`feedback <https://github.com/OCA/mis-builder/issues/new?body=module:%20mis_builder_demo%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
2024-05-03 08:57:01 +00:00
Do not contact contributors directly about support or help with technical issues.
Credits
=======
Authors
2024-10-01 05:51:24 +00:00
-------
2024-05-03 08:57:01 +00:00
* ACSONE SA/NV
Contributors
2024-10-01 05:51:24 +00:00
------------
2024-05-03 08:57:01 +00:00
2024-10-01 05:51:24 +00:00
- Stéphane Bidoul <stephane.bidoul@acsone.eu>
- Arnaud Pineux <arnaud.pineux@acsone.eu>
- Dzung Tran <dungtd@trobz.com>
2024-05-03 08:57:01 +00:00
Maintainers
2024-10-01 05:51:24 +00:00
-----------
2024-05-03 08:57:01 +00:00
This module is maintained by the OCA.
.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
.. |maintainer-sbidoul| image:: https://github.com/sbidoul.png?size=40px
:target: https://github.com/sbidoul
:alt: sbidoul
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|maintainer-sbidoul|
2024-10-01 05:51:24 +00:00
This module is part of the `OCA/mis-builder <https://github.com/OCA/mis-builder/tree/17.0/mis_builder_demo>`_ project on GitHub.
2024-05-03 08:57:01 +00:00
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.