python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Create a facturX with Mustang from XML String
I'm trying to build a facturx using Mustang library in an API.
I have a (valid) XML string as entry
@PostMapping
public FxResponse createFacturX(@RequestBody XmlRequest request) throws IOException {
...
davidvera
Votes: 0
Answers: 1
How to print invoice on roll paper using html and css?
I want to print my page on roll paper using html and javascript but it is not printing the way i want to . Here's my code.
I used css to make it print on roll paper size. but not worked.
the output i ...
swapnil mane
Votes: 0
Answers: 1
Strip string from a field with defined separator in invoice report
first of all - I'm still newbie in Odoo so this is maybe explained wrong but I will try.
In inherited invoice_report xml document i have conditional field that needs to be shown - if column (field) in...
Matija Amondi
Votes: 0
Answers: 1