### Example CSV Data for Axelor Account Import (CSV) Source: https://context7.com/duplolab/axelor-open-suite/llms.txt This section provides example CSV data files used for importing accounting master data into Axelor Open Suite. It demonstrates the expected format and content for account types, accounts, and fiscal positions, including fields like name, code, type, and related IDs. ```csv # account_accountType.csv example name;code;technicalTypeSelect;importId Asset;ASSET;asset;1 Liability;LIABILITY;liability;2 Equity;EQUITY;equity;3 Income;INCOME;income;4 Expense;EXPENSE;expense;5 # account_account.csv example importId;code;name;accountType;company;reconcileOk;statusSelect;defaultTaxSet ACC001;411000;Customer Accounts;ASSET;1;true;1;VAT_20 ACC002;401000;Supplier Accounts;LIABILITY;1;true;1; ACC003;512000;Bank Account;ASSET;1;true;1; ACC004;707000;Sales Revenue;INCOME;1;false;1;VAT_20 ACC005;607000;Purchases;EXPENSE;1;false;1;VAT_20|VAT_10 # account_fiscalPosition.csv example code;name;company FP_DOMESTIC;Domestic;1 FP_EU;European Union;1 FP_EXPORT;Export;1 ``` -------------------------------- ### Company Form and Grid View Configuration (XML) Source: https://context7.com/duplolab/axelor-open-suite/llms.txt Defines the structure for displaying company data in both list (grid) and detail (form) views. It includes field definitions, data binding, conditional display logic, and actions triggered by user interactions. ```xml
{$fmt('width')} {_t('px')} ]]> {$fmt('height')} {_t('px')} ]]>