I am trying to get the quantity of boxes that i deliver, i get it when i use the sale module since i get access to the product_packaging_id value but i don't in the pos therefore if i try to get the delivery slip i get nothing in the number of boxes, i was trying to create a module in order to bring the product_packaging_id and product_packaging_qty in the pos module here is my code:
model: pos_packing.py :
from odoo import models, fields
class PosOrderLineCustom(models.Model): _inherit = 'pos.order.line'
product_packaging_id = fields.Many2one( comodel_name='product.packaging', string="Packaging" )
product_packaging_qty = fields.Float( string="Packaging Quantity" )
and here is my view: pos_packing_view.xml:
point_of_sale.view_pos_pos_form.custom pos.order.line
and some how i am getting an error and it's not working if somebody could help i would appratiate it. Thank you!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
664
Tampilan
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
Custom product description on delivery slip
Diselesaikan
|
|
1
Jan 23
|
2158 | |
|
2
Nov 19
|
7050 | ||
|
2
Jun 19
|
11035 | ||
|
1
Sep 23
|
1298 | ||
|
2
Mar 21
|
2374 |