Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
Community Apps Dependencies | Show |
Lines of code | 108 |
Technical Name |
pos_sale_analytic_patch |
License | AGPL-3 |
Website | https://pridecta.es |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
Community Apps Dependencies | Show |
Lines of code | 108 |
Technical Name |
pos_sale_analytic_patch |
License | AGPL-3 |
Website | https://pridecta.es |
POS Analytic Account Auto
Version: Odoo 15
Author: Esteban Viniegra
Company: Pridecta https://pridecta.es
This module guarantees that analytic accounts assigned to POS orders are stored and visible in the standard sales report (sale.report
).
It ensures the analytic account is filled on every POS order line and patches the sales report SQL view to persist this field even after upgrades or module reinstalls.
Features
- Adds the
analytic_account_id
field topos.order.line
(POS order lines). - Automatically computes and stores the analytic account on POS order lines, using the POS configuration of the session.
- Patches the
sale.report
SQL view so that analytic account data for POS orders is visible and usable in all native sales analysis features, dashboards, and exports. - Ensures that this patch persists even after upgrades or module reinstalls.
Usage
- Install the module in your Odoo 15 environment.
- Create or validate POS orders as usual.
- Analytic account information will be automatically included in all POS order lines and will be available in the standard sales analysis views and exports.
Technical Notes
- The module overrides some behavior on POS order line creation and
sale.report
view patching. It is designed to be as compatible as possible with customizations and other modules. - For advanced technical details, see the code and comments in the
models
directory.
Dependencies:
This module requires the
You can find it at: https://github.com/OCA/pos/tree/15.0
This module requires the
pos_sale_analytic
module from the Odoo Community Association (OCA).
You can find it at: https://github.com/OCA/pos/tree/15.0
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedVery usefull
I found it quite useful, it automatically associates previous point of sale sales with the previously configured analytical account and they are all visible in the sales report.
There are no comments yet!