GAEB Export — X84 Quotation
by Odoo DevHouse https://apps.odoo.com/apps/modules/browse?author=Odoo%20DevHouse$ 570.45
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 616 |
| Technical Name |
gaeb_export_import_extended |
| License | OPL-1 |
| Website | https://apps.odoo.com/apps/modules/browse?author=Odoo%20DevHouse |
| Versions | 18.0 19.0 |
GAEB Export — X84 Quotation
Export any Odoo Sales Quotation as a standards-compliant GAEB DA XML X84 priced-offer file — one click, full hierarchy preserved, unit prices embedded, ready to hand back to your client.
In construction and engineering procurement, clients and procurement portals expect responses in GAEB format. After importing a GAEB tender and pricing it in Odoo, your team faces an export gap:
- No native GAEB export in Odoo — the priced quotation exists in Odoo but cannot be sent back as a GAEB X84 file without third-party software
- Re-keying prices into dedicated GAEB tools — values already in Odoo must be manually copied into AVA, ORCA, or similar software
- Hierarchy gets lost — section structure and GAEB position codes (RNoPart numbering) are not preserved when exporting via Excel or PDF
- Risk of version drift — prices edited in Odoo are not reflected in the GAEB file sent to the client unless manually kept in sync
- No audit trail — no record in Odoo of which version of the GAEB X84 was sent and when
This module adds an “Export GAEB X84” button directly to the Sale Order form header. One click reconstructs the full Bill of Quantities hierarchy from your order line sections and GAEB position codes, embeds the unit price of every line item into a <UP> element, and produces a standards-compliant GAEB DA XML 3.1 X84 file — automatically attached to the chatter for complete traceability. Works on any sale order: ones imported via GAEB File Import or manually structured quotations with section headers.
- One-Click Export: “Export GAEB X84” button visible on every quotation, order, and confirmed sale — no menus to navigate
- Full Hierarchy Reconstruction: Section lines become
BoQCtgyelements with nestedBoQBody; product lines becomeItementries — depth preserved from the order structure - Unit Prices Embedded (X84 Standard): Every
Itemcarries a<UP>(Einheitspreis) element with the line’s unit price — the defining characteristic of GAEB X84 “Angebotsabgabe” - GAEB DA XML 3.1 Compliant: Correct namespace
http://www.gaeb.de/GAEB_DA_XML/DA84/3.1, properGAEBInfoheader,dp=84/dv=3.1markers - GAEB Position Numbering Preserved: The
gaeb_numberingfield on each line is used asRNoParton the generated XML elements — position codes match the original tender exactly - Quantity & Unit of Measure:
QtyandQUelements are populated from the order line’s quantity and UOM fields - Instant Download: The X84 file downloads immediately in the browser — no waiting, no email, no intermediate steps
- Automatic Chatter Attachment: The exported file is attached to the sale order chatter with a timestamped log entry — full version history in Odoo
- Odoo 18 & 19 Compatible: UOM field name differences between versions handled transparently — deploy on either with no configuration
- Works Standalone or With GAEB Import: Export any sale order — not just those created via the companion GAEB File Import module
1. Your Sale Orders — Ready for Export
Navigate to Sales → Orders. Any quotation or sale order with structured lines — whether imported from a GAEB file or entered manually — can be exported as a GAEB X84 offer.
2. Open Any Sale Order — Export Button in the Header
Open a sale order. The Export GAEB X84 button appears directly in the form header alongside the standard Odoo action buttons — visible on Draft, Sent, and Confirmed orders.
3. The Export GAEB X84 Button — Always Visible
The button is positioned before the Confirm button so it is always accessible without scrolling. Click it once to trigger the export — no dialog, no configuration required.
4. Order Lines with GAEB Numbering & Unit Prices
The export reads each order line’s GAEB position code, description, quantity, unit of measure, and unit price. Section header lines are reconstructed as BoQCtgy groupings; product lines become priced Item entries.
5. Instant File Download — No Waiting
The GAEB X84 file downloads immediately to your browser. The filename follows the pattern S00025_X84.x84 — matching the sale order name for easy identification.
6. Automatic Chatter Entry & File Attachment
After every export, a message is posted to the chatter with the X84 file attached. Every team member can see exactly which version was exported and retrieve the file at any time — full audit trail in Odoo.
7. Works on Any Quotation — Large BOQs Included
The export handles orders of any size — from small quotations to complex multi-section BOQs with hundreds of positions. The Export GAEB X84 button is always present on the form header.
8. Multi-Section BOQ Hierarchy Exported Faithfully
Section headers and position lines are kept in their original order. The exporter walks the dotted position numbering to reconstruct nested BoQCtgy groupings exactly as structured in the quotation.
9. Complete Export History in the Chatter
Export the same order multiple times as prices are revised — each version is logged in the chatter with its own attachment. The full revision history stays in Odoo alongside the quotation.
10. Complete GAEB Import → Price → Export Workflow
Pair this module with GAEB File Import to close the full procurement loop: import the client’s GAEB tender (.x81 / .p83 / .p84), price the positions in Odoo, then export back as a compliant X84 priced offer — all without leaving Odoo.
The exported .x84 file is a well-formed GAEB DA XML 3.1 document. Every item carries a <UP> (Einheitspreis / unit price) element — the standard that distinguishes X84 priced offers from X81 tender documents. Section hierarchy, position numbers, quantities, and units of measure are all faithfully preserved from the Odoo sale order.
<GAEBInfo> Header
Contains Date, Prj (sale order name), Client (partner), dp=84 and dv=3.1 — all required markers for GAEB DA XML 3.1 X84.
<BoQCtgy> Sections
Each section header line becomes a BoQCtgy element with RNoPart set to the GAEB position number. Nested sections produce nested BoQBody elements at any depth.
<UP> Unit Price
The defining element of X84: every Item ends with a <UP> tag carrying the unit price to 3 decimal places — taken directly from the Odoo order line's Unit Price field.
X84 — Angebotsabgabe
DA Phase 84 = “Priced Offer”. The contractor’s response to a tender: same BOQ structure as the X81 tender document, with every Item carrying a <UP> unit price element.
Namespace & Schema
Generated files use the exact namespace http://www.gaeb.de/GAEB_DA_XML/DA84/3.1 with dp=84 and dv=3.1 in GAEBInfo — accepted by AVA, ORCA, and iTWO.
Hierarchy — BoQCtgy
Section header lines build nested BoQCtgy elements using dotted numbering as path keys. Product lines create Itemlist/Item entries under the correct parent body — any depth supported.
1. Receive Tender
Client sends GAEB X81 / .p83 tender file with empty positions
2. Import into Odoo
Use GAEB File Import to create a full quotation from the file
3. Price & Export X84
Add unit prices in Odoo, click Export GAEB X84, send back to client
This module depends on GAEB File Import — both modules together close the full procurement loop inside Odoo.
Installation & Configuration
- Install GAEB File Import first: This module depends on
gaeb_import_file— install it from Odoo Apps or copy it to your addons path - Install GAEB Export: Install
gaeb_export_import_extendedfrom Odoo Apps or your addons path and update the app list - Restart & Upgrade: Restart the Odoo server and click Upgrade on both modules
- No Additional Configuration: The Export GAEB X84 button appears immediately on all sale order forms
- Test: Open any sale order → click Export GAEB X84 → file downloads & appears in chatter
Construction Contractors
Receive the client’s GAEB tender, import it, add labour and material prices per position in Odoo, then export the completed X84 offer — no re-keying into external tools.
Electrical & HVAC Installers
Import the tender BOQ, price each equipment and installation position using Odoo’s pricing tools, and export the priced offer back to the general contractor in the required GAEB format.
Public Sector Procurement
Portals such as DTVP or Vergabe24 require X84 responses in GAEB DA XML. Export directly from Odoo without switching to ORCA or iTWO for the final step.
Engineering Offices
Prepare fee proposals and service quotations in Odoo, then deliver them to German clients in the GAEB format they expect — sections, position codes, and prices all correct.
Facility Management
Export maintenance and renovation quotations as GAEB X84 to comply with client or public-sector tendering requirements — full BOQ traceability kept in the Odoo chatter.
Revision Management
Re-export after price revisions — each version is saved as a separate attachment in the chatter, so negotiation history is always auditable inside Odoo without external file management.
Eliminate the Export Gap
Teams no longer switch to AVA, ORCA, or Excel to produce the GAEB response — the entire import-price-export cycle lives in Odoo.
Zero Transcription Errors
Prices set in Odoo go directly into the X84 file — no manual copy-paste between systems means no mis-typed unit prices in the offer.
Full Offer Audit Trail
Every exported X84 file is attached to the sale order chatter. The complete revision history — who exported what and when — is always retrievable.
Standards Compliance
Generated files conform to GAEB DA XML 3.1 and are accepted by the procurement tools and portals used across the DACH construction market.
Do You Need Assistance or Have a Feature Request?
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 616 |
| Technical Name |
gaeb_export_import_extended |
| License | OPL-1 |
| Website | https://apps.odoo.com/apps/modules/browse?author=Odoo%20DevHouse |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module