Skip to content
Extraits de code Groupes Projets
Valider 28ab3783 rédigé par Juliana's avatar Juliana
Parcourir les fichiers

Add Bon de preparation AP

parent 84a070ec
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -40,3 +40,7 @@ address .align-items-baseline { ...@@ -40,3 +40,7 @@ address .align-items-baseline {
td:last-child { td:last-child {
background-color: inherit !important; background-color: inherit !important;
} }
.o_report_layout_boxed .table-prepa tbody td {
font-size: 17px;
}
...@@ -14,5 +14,15 @@ ...@@ -14,5 +14,15 @@
<field name="paperformat_id" ref="ap_report.paperformat_landscape" /> <field name="paperformat_id" ref="ap_report.paperformat_landscape" />
</record> </record>
<record id="action_report_peparation" model="ir.actions.report">
<field name="name">Bon de Préparation AP</field>
<field name="model">stock.picking</field>
<field name="report_type">qweb-pdf</field>
<field name="report_name">stock.report_picking</field>
<field name="report_file">stock.report_picking_operations</field>
<field name="print_report_name">'Bon de préparation - %s - %s' % (object.partner_id.name or '', object.name)</field>
<field name="binding_model_id" ref="stock.model_stock_picking"/>
<field name="binding_type">report</field>
</record>
</data> </data>
</odoo> </odoo>
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
</div> </div>
</div> </div>
<br /> <br />
<table class="table table-sm" t-if="o.move_ids_without_package"> <table class="table table-sm table-prepa" t-if="o.move_ids_without_package">
<thead> <thead>
<tr> <tr>
<th /> <th />
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter