13 changed files with 43 additions and 45 deletions
@ -1,6 +1,6 @@ |
|||
## Module <sale_purchase_mixed_report> |
|||
|
|||
#### 14.05.2022 |
|||
#### __.05.2022 |
|||
#### Version 15.0.1.0.0 |
|||
##### ADD |
|||
- Initial commit for Sale Purchase mixed Report |
|||
* Initial commit for Sale Purchase mixed Report |
|||
|
@ -0,0 +1,10 @@ |
|||
<?xml version="1.0" encoding="UTF-8" ?> |
|||
<odoo> |
|||
<data noupdate="1"> |
|||
<record id="sale_purchase_report_comp_rule" model="ir.rule"> |
|||
<field name="name">Sale Purchase Report multi-company</field> |
|||
<field name="model_id" ref="model_sale_purchase_report"/> |
|||
<field name="domain_force">['|', ('company_id', '=', False), ('company_id', 'in', company_ids)]</field> |
|||
</record> |
|||
</data> |
|||
</odoo> |
@ -1,23 +1,2 @@ |
|||
# -*- coding: utf-8 -*- |
|||
################################################################################ |
|||
# |
|||
# Cybrosys Technologies Pvt. Ltd. |
|||
# |
|||
# Copyright (C) 2022-TODAY Cybrosys Technologies(<https://www.cybrosys.com>). |
|||
# Author: Mohammed Ajmal P (odoo@cybrosys.com) |
|||
# |
|||
# You can modify it under the terms of the GNU AFFERO |
|||
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. |
|||
# |
|||
# This program is distributes in the hope that it will be useful, |
|||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. |
|||
# |
|||
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE |
|||
# (AGPL v3) along this program. |
|||
# If not, see <http://www.gnu.org/license/>. |
|||
# |
|||
################################################################################ |
|||
|
|||
from . import wizard |
|||
|
Loading…
Reference in new issue