Skip to content

Commit

Permalink
nume raport
Browse files Browse the repository at this point in the history
  • Loading branch information
dhongu committed Apr 17, 2024
1 parent 9a050b0 commit 0cceedb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions l10n_ro_stock_picking_report/report/picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,14 @@ class ReportReceptionSalePrice(models.AbstractModel):


class ReportCumulativeSalePrice(models.AbstractModel):
_name = "report.l10n_ro_stock_picking_report.report_c_reception_sale_price"
_name = "report.l10n_ro.report_cumulative_reception_sale_price"
_description = "Report cumulative reception in store"
_inherit = "report.abstract_report.reception_report"
_template = "l10n_ro_stock_picking_report.report_reception_sale_price"


class ReportCumulativeIternalTransfer(models.AbstractModel):
_name = "report.l10n_ro_stock_picking_report.report_c_internal_transfer"
_name = "report.l10n_ro.report_cumulative_internal_transfer"
_description = "Report cumulative internal transfer"
_inherit = "report.abstract_report.reception_report"
_template = "l10n_ro_stock_picking_report.report_internal_transfer"
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
<field name="name">Cumulative Internal transfer</field>
<field name="model">stock.picking.cumulative</field>
<field name="report_type">qweb-pdf</field>
<field name="report_name">l10n_ro_stock_picking_report.report_c_internal_transfer</field>
<field name="report_file">l10n_ro_stock_picking_report.report_c_internal_transfer</field>
<field name="report_name">l10n_ro.report_cumulative_internal_transfer</field>
<field name="report_file">l10n_ro.report_cumulative_internal_transfer</field>
<field name="print_report_name">(object._get_report_base_filename())</field>
<field name="binding_model_id" ref="model_stock_picking_cumulative" />
<field name="binding_type">report</field>
Expand All @@ -85,8 +85,8 @@
<field name="name">Cumulative Reception with sale price</field>
<field name="model">stock.picking.cumulative</field>
<field name="report_type">qweb-pdf</field>
<field name="report_name">l10n_ro_stock_picking_report.report_c_reception_sale_price</field>
<field name="report_file">l10n_ro_stock_picking_report.report_c_reception_sale_price</field>
<field name="report_name">l10n_ro.report_cumulative_reception_sale_price</field>
<field name="report_file">l10n_ro.report_cumulative_reception_sale_price</field>
<field name="print_report_name">(object._get_report_base_filename())</field>
<field name="binding_model_id" ref="model_stock_picking_cumulative" />
<field name="binding_type">report</field>
Expand Down

0 comments on commit 0cceedb

Please sign in to comment.