Hello.
How can i inherit ReceiptScreen from PoS with my module.
Hello
'qweb': [ "views/receipt.xml",],
It doesn't affect
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello.
How can i inherit ReceiptScreen from PoS with my module.
Hello
'qweb': [ "views/receipt.xml",],
It doesn't affect
Hi,
Change the manifest code 'qweb': [ "views/receipt.xml",], into assets
In manifest file,
'assets': {
'web.assets_backend': [
'module_technical_name/static/src/js/filename.js',
// path of the particular js file
],
'web.assets_qweb':
[
'module_technical_name/static/src/xml/filename.xml',
// path of the particular xml file
],
},
If you need to customize the pos receipt, the following blog will help you
How to Customize PoS Receipts in Odoo 15
Regards
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Nov 22
|
2074 | ||
|
1
Mar 15
|
3670 | ||
|
0
Mar 22
|
127 | ||
|
0
Nov 16
|
3839 | ||
|
1
Oct 23
|
1275 |