Compare commits
103 Commits
cx_web_ref
...
om_account
| Author | SHA1 | Date | |
|---|---|---|---|
| 885bb255ae | |||
| fb7d82d2f8 | |||
| b35236833f | |||
| 188e732c27 | |||
| 85a037b7b0 | |||
| 6b4864d8f4 | |||
| c345f88fb7 | |||
| dd601d2041 | |||
| d528c4e8b0 | |||
| 37e7e78579 | |||
| 50ffe3acbf | |||
| fe054eb766 | |||
| d726ee0742 | |||
| 63a2854905 | |||
| 94c47c1d64 | |||
| 99decef40e | |||
| 2144d6510b | |||
| 3bc963d086 | |||
| b0208802cb | |||
| 7c70894890 | |||
| b34d911271 | |||
| afadba60cd | |||
| dc9bae18b5 | |||
| a9da9289b1 | |||
| 9ffa32624c | |||
| 0028b496e1 | |||
| 11d2704508 | |||
| f2f9e89a95 | |||
| cbf21b7ab8 | |||
| 73c3e87596 | |||
| 4597627bbf | |||
| 2a7f8d8700 | |||
| 976dbf28ec | |||
| 5be3f70d33 | |||
| 32afc8987c | |||
| 36eccf478e | |||
| afe157d626 | |||
| c1946aed03 | |||
| c4243349e5 | |||
| 50f5ca329f | |||
| 94acef514f | |||
| d64353f256 | |||
| 2c6e58c58b | |||
| 222c0cadf0 | |||
| 35e695d9c3 | |||
| b2efe86375 | |||
| 9d9b59c5d3 | |||
| e8ffe910ee | |||
| 727fc0e844 | |||
| f7982d1a0e | |||
| ee132a00a2 | |||
| 1861912af3 | |||
| b86139b373 | |||
| b8c54e3f8e | |||
| 1b57e46bb1 | |||
| dd948951db | |||
| 3bd6e77fa2 | |||
| 193600db34 | |||
| 3d2024ab9f | |||
| 2c163771d4 | |||
| 26f24c3022 | |||
| f61e5f7e77 | |||
| 3391a4c864 | |||
| 48ad67fc95 | |||
| cb0fcf1b06 | |||
| 2e42407d45 | |||
| 695188ae0f | |||
| 9df8e641fd | |||
| 20806189b9 | |||
| e85bcbd0a1 | |||
| a9ab2991d7 | |||
| 9dca096734 | |||
| 657f3e4fb4 | |||
| 80bbd23379 | |||
| 50ce4f41a2 | |||
| d57b15f9dd | |||
| db8cd58f31 | |||
| f0745cda51 | |||
| 6752ab966e | |||
| 8ddc02a7c8 | |||
| db033c9d8b | |||
| d97e5cecb2 | |||
| 46ab5fa005 | |||
| 147f237c6f | |||
| a488d64cb3 | |||
| 6b5ccf1604 | |||
| 516e1a3bb4 | |||
| 4c42f51869 | |||
| 9d8cbe6868 | |||
| 23dace1045 | |||
| c2cb157124 | |||
| 070f8187f1 | |||
| b4f4024174 | |||
| 91e6814c2f | |||
| ef39e07904 | |||
| 71d4b51e09 | |||
| 1a83db992c | |||
| 76ce02f7fa | |||
| 4de59a7674 | |||
| dc0417b263 | |||
| 5684de0fbc | |||
| 3fae6c3b2d | |||
| 9a89e53ec4 |
28
addons/bi_print_journal_entries/LICENSE
Normal file
@@ -0,0 +1,28 @@
|
||||
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.
|
||||
|
||||
0
addons/bi_print_journal_entries/ReadME.txt
Normal file
0
addons/bi_print_journal_entries/__init__.py
Normal file
35
addons/bi_print_journal_entries/__manifest__.py
Normal file
@@ -0,0 +1,35 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of BrowseInfo. See LICENSE file for full copyright and licensing details.
|
||||
{
|
||||
'name': 'Print Journal Entries Report in Odoo',
|
||||
'version': '19.0.0.0',
|
||||
'category': 'Accounting',
|
||||
'license': 'OPL-1',
|
||||
'summary': 'Allow to print pdf report of Journal Entries.',
|
||||
'description': """
|
||||
Allow to print pdf report of Journal Entries.
|
||||
journal entry
|
||||
print journal entry
|
||||
journal entries
|
||||
print journal entry reports
|
||||
account journal entry reports
|
||||
journal reports
|
||||
account entry reports
|
||||
|
||||
|
||||
""",
|
||||
'price': 000,
|
||||
'currency': 'EUR',
|
||||
'author': 'BROWSEINFO',
|
||||
'website': 'https://www.browseinfo.com/demo-request?app=bi_print_journal_entries&version=19&edition=Community',
|
||||
'depends': ['base','account'],
|
||||
'data': [
|
||||
'report/report_journal_entries.xml',
|
||||
'report/report_journal_entries_view.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'live_test_url':'https://www.browseinfo.com/demo-request?app=bi_print_journal_entries&version=19&edition=Community',
|
||||
"images":["static/description/Banner.gif"],
|
||||
}
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<record id="journal_entry_report_id" model="ir.actions.report">
|
||||
<field name="name">Print Journal Entries</field>
|
||||
<field name="model">account.move</field>
|
||||
<field name="report_type">qweb-pdf</field>
|
||||
<field name="report_name">bi_print_journal_entries.journal_entry_report_template_id</field>
|
||||
<field name="report_file">bi_print_journal_entries.journal_entry_report_template_id</field>
|
||||
<field name="print_report_name">'Journal Entry'</field>
|
||||
<field name="binding_model_id" ref="account.model_account_move"/>
|
||||
<field name="binding_type">report</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
@@ -0,0 +1,127 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<odoo>
|
||||
<data>
|
||||
|
||||
<template id="journal_entry_template_report_view">
|
||||
<t t-call="web.external_layout">
|
||||
<t t-set="o" t-value="o.with_context({'lang':o.partner_id.lang})"/>
|
||||
<div class="page">
|
||||
<br/>
|
||||
<div class="oe_structure"/>
|
||||
<div>
|
||||
<h2 class="text-center mb32">
|
||||
<strong>Journal Entry</strong>
|
||||
</h2>
|
||||
</div>
|
||||
<br/>
|
||||
<table style="width:100%;margin:0px auto;background:white;border:1px solid #e1e1e1;" class="table table-condensed">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><strong>Journal Entry : </strong></td>
|
||||
<td><p t-field="o.name"/></td>
|
||||
<td><strong>Journal :</strong></td>
|
||||
<td><p t-field="o.journal_id"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>Date :</strong></td>
|
||||
<td><p t-field="o.date"/></td>
|
||||
<td><strong>Reference :</strong></td>
|
||||
<td><p t-field="o.ref"/></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br/>
|
||||
|
||||
<table style="width:100%;margin:0px auto;background:white;border:1px solid #e1e1e1;" class="table table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Partner</th>
|
||||
<th>Account</th>
|
||||
<th>Label</th>
|
||||
<th>Due Date</th>
|
||||
<th>Analytic Account</th>
|
||||
<th>Taxes(%)</th>
|
||||
<th>Debit</th>
|
||||
<th>Credit</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="consumed_tbody">
|
||||
<t t-set="total" t-value="0.0"/>
|
||||
<t t-set="total1" t-value="0.0"/>
|
||||
<t t-foreach="o.line_ids" t-as="line">
|
||||
<tr>
|
||||
<td>
|
||||
<span t-field="line.partner_id" />
|
||||
</td>
|
||||
<td>
|
||||
<span t-field="line.account_id" />
|
||||
</td>
|
||||
<td>
|
||||
<span t-field="line.name" />
|
||||
</td>
|
||||
<td>
|
||||
<span t-field="line.date_maturity" />
|
||||
</td>
|
||||
<td>
|
||||
<span>
|
||||
<div t-foreach="line.analytic_distribution" t-as="distribution">
|
||||
<t t-set="distributions" t-value="distribution.split(',')"/>
|
||||
<t t-foreach="distributions" t-as="dist">
|
||||
<t t-if="line.env['account.analytic.account'].browse(int(dist))[0].partner_id">
|
||||
<t t-esc="line.env['account.analytic.account'].browse(int(dist))[0].name"/>-
|
||||
<t t-esc="line.env['account.analytic.account'].browse(int(dist))[0].partner_id.name"/>,
|
||||
<t t-esc="line.analytic_distribution.get(dist)"/>
|
||||
</t>
|
||||
<t t-else="">
|
||||
<t t-esc="line.env['account.analytic.account'].browse(int(dist))[0].name"/>,
|
||||
<t t-esc="line.analytic_distribution.get(dist)"/>
|
||||
</t>
|
||||
<br/>
|
||||
</t>
|
||||
</div>
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
<span t-field="line.tax_ids" />
|
||||
</td>
|
||||
<td>
|
||||
<span t-field="line.debit" />
|
||||
</td>
|
||||
<td>
|
||||
<span t-field="line.credit" />
|
||||
</td>
|
||||
</tr>
|
||||
<t t-set="total" t-value="total + line.debit"/>
|
||||
<t t-set="total1" t-value="total1 + line.credit"/>
|
||||
</t>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td><strong>Total:</strong></td>
|
||||
<td width="10%"><strong>
|
||||
<span><t t-esc="total"/></span>
|
||||
</strong></td>
|
||||
<td width="10%"><strong>
|
||||
<span><t t-esc="total1"/></span>
|
||||
</strong></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
<template id="journal_entry_report_template_id">
|
||||
<t t-call="web.html_container">
|
||||
<t t-foreach="docs" t-as="o">
|
||||
<t t-call="bi_print_journal_entries.journal_entry_template_report_view" t-lang="o.partner_id.lang"/>
|
||||
</t>
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
|
After Width: | Height: | Size: 217 KiB |
|
After Width: | Height: | Size: 114 KiB |
|
After Width: | Height: | Size: 267 KiB |
BIN
addons/bi_print_journal_entries/static/description/Banner.gif
Normal file
|
After Width: | Height: | Size: 111 KiB |
BIN
addons/bi_print_journal_entries/static/description/assets/1.png
Normal file
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 108 KiB |
|
After Width: | Height: | Size: 111 KiB |
|
After Width: | Height: | Size: 1.5 MiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 282 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 1.9 MiB |
|
After Width: | Height: | Size: 486 KiB |
|
After Width: | Height: | Size: 1.7 MiB |
|
After Width: | Height: | Size: 639 B |
|
After Width: | Height: | Size: 1.6 MiB |
|
After Width: | Height: | Size: 4.6 KiB |
BIN
addons/bi_print_journal_entries/static/description/bi_logo.png
Normal file
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 882 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 286 KiB |
|
After Width: | Height: | Size: 332 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
After Width: | Height: | Size: 510 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 257 KiB |
|
After Width: | Height: | Size: 113 KiB |
|
After Width: | Height: | Size: 333 KiB |
|
After Width: | Height: | Size: 168 KiB |
|
After Width: | Height: | Size: 109 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 25 KiB |
BIN
addons/bi_print_journal_entries/static/description/icon.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
691
addons/bi_print_journal_entries/static/description/index.html
Normal file
@@ -0,0 +1,691 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
||||
<link href='https://fonts.googleapis.com/css?family=Inter' rel='stylesheet'>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" integrity="sha512-..." crossorigin="anonymous" referrerpolicy="no-referrer"/>
|
||||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.1/js/bootstrap.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<section>
|
||||
<div class="bg-white mt-4">
|
||||
<div class="position-relative overflow-hidden" style="border-radius:20px;">
|
||||
<img src="assets/main_background.jpg" alt="Snow" class="h-100 w-100 position-absolute" loading="lazy">
|
||||
<br><br>
|
||||
|
||||
<!-- Header Logo -->
|
||||
<div style="text-align: center;">
|
||||
<div class="position-relative">
|
||||
<img src="assets/bi_header_logo.png" alt="Odoo Gold Partner" style="width: 85%;"/>
|
||||
<img src="assets/best_partner.png" alt="Odoo Best Partner" class="position-absolute" style="width: 25%; margin-left: -53%;"/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-6 zn-0 position-relative" style="margin-left: 20px;">
|
||||
<img src="assets/in_flag.gif" style="width: 4%;"/>
|
||||
<span style="font-size: 1.4vw;">India   | </span>
|
||||
<img src="assets/ml_flag.gif" style="width: 4%;"/>
|
||||
<span style="font-size: 1.4vw;">Malaysia</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="text-center position-relative justify-content-center d-flex mt-5">
|
||||
<div class="col-6">
|
||||
<span style="font-size: 3.2vw;">
|
||||
<b>"The Epitome Of Odoo App Excellence."</b>
|
||||
<img src="assets/yoyo.png" style="width: 7%;"/>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<img src="assets/Header_Banner.png" class="position-relative mb-3 d-block" alt="Browseinfo" style="margin:0px auto; width: 40%;"/>
|
||||
</div>
|
||||
<div class="container position-relative" style="width: 70%;">
|
||||
<div class="row p-lg-5 p-md-3 p-sm-1 pt-0">
|
||||
<div class="col-4 zn-1">
|
||||
<img class="w-100" src="assets/1.png">
|
||||
</div>
|
||||
<div class="col-4 zn-1">
|
||||
<img class="w-100" src="assets/2.svg">
|
||||
</div>
|
||||
<div class="col-4 zn-1">
|
||||
<img class="w-100" src="assets/3.svg">
|
||||
</div>
|
||||
</div>
|
||||
<div class="text-center pb-lg-4 pb-md-2 pb-sm-1">
|
||||
<span class="p-1 text-white" style="font-size: 1.4vw; border-radius: 15px; background-color: #714B67; padding: 0.5% 3% 0.5% 3% !important;">
|
||||
<b>Best Odoo Gold Partner in India 2024 - Trusted Expertise</b>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row position-relative pt-lg-3 pb-lg-3 px-lg-5 p-md-4 d-flex w-100 gx-0">
|
||||
<section class="bg-transparent">
|
||||
<div class="container mt-3 px-3">
|
||||
<div class="row shadow gx-0" style="border-radius: 35px;">
|
||||
<div style="border-radius: 20px; padding: 1%; background-color:#fff;">
|
||||
<img src="assets/web_icon.png" alt="Browseinfo" class="mt-3" style="margin-left: 1%; width: 40px;">
|
||||
|
||||
<!-- App Description -->
|
||||
<div class="mt-lg-4 text-center">
|
||||
<div class="row px-lg-5 px-2">
|
||||
<div class="col-12 pb-lg-5 pb-3 d-flex justify-content-center">
|
||||
<div class="d-flex justify-content-center" style="width: 45%;">
|
||||
<div class="text-center p-1" style="border:1px solid #008596; font-size: 1.4vw; color:#fff; margin:0 3px; border-radius: 20px; background-color: #008596;">
|
||||
<span>Community</span>
|
||||
</div>
|
||||
<div class="text-center p-1" style="border:1px solid #FFC107; font-size: 1.4vw; color:#fff; margin:0 3px; border-radius: 20px; background-color: #FFC107;">
|
||||
<span>Enterprise</span>
|
||||
</div>
|
||||
<div class="text-center p-1" style="border:1px solid #5082c4; font-size: 1.4vw; color:#fff; margin: 0 3px; border-radius: 20px; background-color: #5082c4;">
|
||||
<span>Odoo.sh</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<h1 class="text-center mb-4" style="font-size: clamp(14px, 6vw, 40px); color: #5082c4; font-weight: bold;">
|
||||
Print Journal Entries Report Odoo Apps
|
||||
</h1>
|
||||
</div>
|
||||
<div class="row gx-0 pb-3">
|
||||
<div class="col-lg-8 col-12 align-content-center">
|
||||
<div>
|
||||
<h2 class="m-2 opacity-50" style="font-size: clamp(14px, 4vw, 23px);"><b>
|
||||
Print Accounting Journal Report
|
||||
</b></h2>
|
||||
<h2 class="m-2 opacity-50" style="font-size: clamp(14px, 4vw, 23px);"><b>
|
||||
Export Journal Entries Report Odoo
|
||||
</b></h2>
|
||||
<h3 class="m-2 opacity-50" style="font-size: clamp(14px, 4vw, 23px);"><b>
|
||||
Journal Entries Report Download Odoo
|
||||
</b></h3>
|
||||
<h3 class="m-2 opacity-50" style="font-size: clamp(14px, 4vw, 23px);"><b>
|
||||
Journal Entry Report Print Tool Odoo Apps
|
||||
</b></h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 col-12">
|
||||
<img class="w-50" src="assets/accounting.gif" alt="Browseinfo">
|
||||
</div>
|
||||
</div>
|
||||
<p style="font-family:Inter; font-weight:normal; font-size:18px; text-align: left;">
|
||||
Allow to print PDF report of Journal Entries.
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<!-- Demo & Video Button -->
|
||||
<div class="row">
|
||||
<div class="col-6 text-lg-end p-lg-5 px-lg-2 pt-3 pb-3">
|
||||
<a class="button shadow p-lg-3 p-2" target="_blank" href="mailto:sales@browseinfo.co.in?subject=Demo Request for Print Journal Entries Report Odoo Apps" style="border-radius:15px; font-weight:bold; color:#fff; background-color: #5082c4; font-size: clamp(10px, 1vw, 25px);">
|
||||
DEMO REQUEST
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-6 text-lg-start p-lg-5 px-lg-2 pt-3 pb-3">
|
||||
<a class="button shadow p-lg-3 p-2" target="_blank" href="https://youtu.be/qehLT4WOWPs" style="border-radius:15px; font-weight:bold; color:#fff; background-color: #5082c4; font-size: clamp(10px, 1vw, 25px);">
|
||||
VIDEO TUTORIAL
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Menu Bar -->
|
||||
<section class="container mt-5 bg-transparent text-center">
|
||||
<ul role="tablist" class="nav nav-tabs justify-content-around p-2 align-items-center" data-tabs="tabs" style="border:none; background-color: #3f8ebacf; border-radius: 35px; margin:0 auto;">
|
||||
<li class="nav-item" style="width: max(100px, 15vw);">
|
||||
<a href="#feature_tab" data-bs-toggle="tab" aria-expanded="true" class="show nav-link active" style="font-size: clamp(14px, 4vw, 20px); border-radius:25px; color:#000; border:1px solid transparent">Features</a>
|
||||
</li>
|
||||
<li class="nav-item" style="width: max(100px, 15vw);">
|
||||
<a href="#release_note_tab" data-bs-toggle="tab" aria-expanded="true" class="show nav-link" style="font-size: clamp(14px, 4vw, 20px); border-radius:25px; color:#000; border:1px solid transparent">Release Note</a>
|
||||
</li>
|
||||
<li class="nav-item" style="width: max(100px, 15vw);">
|
||||
<a href="#faq_tab" data-bs-toggle="tab" aria-expanded="true" class="show nav-link" style="font-size: clamp(14px, 4vw, 20px); border-radius:25px; color:#000; border:1px solid transparent">FAQs</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="tab-content">
|
||||
<!-- Features -->
|
||||
<div id="feature_tab" class="tab-pane active">
|
||||
|
||||
<!-- 1-2 -->
|
||||
<div class="row justify-content-between d-inline-flex ms-3 ms-md-0" style="width: 95%;">
|
||||
<div class="col-lg-6 col-sm-12 p-0 bg-white shadow-lg row" style="margin-top: 5%; border-radius: 15vw;">
|
||||
<div class="shadow-lg col-2 d-flex align-items-center justify-content-center gx-0" style="background-color: #E91E63; border-top-left-radius: 25px; border-bottom-left-radius: 25px;">
|
||||
<img src="features/1fet.png" style="width: 60%;"/>
|
||||
</div>
|
||||
<div class="col-1 p-0 shadow-lg" style="background-color: #B0174B; width: 3%;">
|
||||
</div>
|
||||
<div class="col-6 d-grid align-items-center" style="padding: 10px; width: 63%;">
|
||||
<h2 style="color: #2A2C32; margin: 0; font-size: 1.4em;">
|
||||
Allow to print PDF report from Journal Entry
|
||||
</h2>
|
||||
<p style="margin: 10px 0 0 0; color: #666; font-size: 1em;">
|
||||
User can generate PDF report from Journal Entry.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-2 d-flex align-items-center shadow-lg" style="border-radius: 0px 150px 150px 0; background-color: #CF1B58; margin: 2% 0%; width: 15%;">
|
||||
<div class="circle1s shadow-lg" style="height: 70%; width: 85%; border-radius: 0px 100px 100px 0; background-color: #E91E63;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6 col-sm-12 p-0 bg-white shadow-lg row d-inline-flex" style="margin-top: 5%; border-radius: 15vw;">
|
||||
<div class="shadow-lg col-2 d-flex align-items-center justify-content-center gx-0" style="background-color: #2196F3; border-top-left-radius: 25px; border-bottom-left-radius: 25px;">
|
||||
<img src="features/2fet.png" style="width: 60%;"/>
|
||||
</div>
|
||||
<div class="col-1 p-0 shadow-lg" style="background-color: #3A7EB6; width: 3%;">
|
||||
</div>
|
||||
<div class="col-6 d-grid align-items-center" style="padding: 10px; width: 63%;">
|
||||
<h2 style="color: #2A2C32; margin: 0; font-size: 1.4em;">
|
||||
Report with total Credit and total Debit
|
||||
</h2>
|
||||
<p style="margin: 10px 0 0 0; color: #666; font-size: 1em;">
|
||||
Show total Credit and total Debit of Journal Entry.
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-2 d-flex align-items-center shadow-lg" style="border-radius: 0px 150px 150px 0; background-color: #1F89DD; margin: 2% 0%; width: 15%;">
|
||||
<div class="circle1s shadow-lg" style="height: 70%; width: 85%; border-radius: 0px 100px 100px 0; background-color: #2196F3;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="row text-dark mt-5">
|
||||
<!-- 1 -->
|
||||
<div class="col-12 mt-5">
|
||||
<div>
|
||||
<h2>
|
||||
<b>Print Journal Entries button</b>
|
||||
</h2>
|
||||
<p class="mt-4 h4" style="font-size: larger; font-weight: 300;">
|
||||
On clicking "Print Journal Entries" PDF report for journal entry will get generated.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 mt-3 mb-5 d-flex justify-content-center">
|
||||
<img class="w-100 p-lg-0 p-3" src="1_print_menu.png" style="border-radius: 20px;">
|
||||
</div>
|
||||
<hr class="d-lg-none">
|
||||
|
||||
<!-- 2 -->
|
||||
<div class="col-12 mt-3">
|
||||
<div>
|
||||
<h2>
|
||||
<b>Journal Entry PDF report</b>
|
||||
</h2>
|
||||
<p class="mt-4 h4" style="font-size: larger; font-weight: 300;">
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 mt-3 mb-5 d-flex justify-content-center">
|
||||
<img src="2_entry_report.png" class="w-100 p-lg-0 p-3" style="border-radius: 20px;">
|
||||
</div>
|
||||
<hr class="d-lg-none">
|
||||
<div class="col-12 mt-3">
|
||||
<div>
|
||||
<h2>
|
||||
<b>Print report for multiple Journal Entries</b>
|
||||
</h2>
|
||||
<p class="mt-4 h4" style="font-size: larger; font-weight: 300;">
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 mt-3 mb-5 d-flex justify-content-center">
|
||||
<img src="3_print_menu.png" class="w-100 p-lg-0 p-3" style="border-radius: 20px;">
|
||||
</div>
|
||||
<hr class="d-lg-none">
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Release Note -->
|
||||
<div id="release_note_tab" class="container tab-pane fade">
|
||||
<div class="" style="margin-top: 30px; border-radius: 20px;">
|
||||
<div class="col-12 px-0 pb-lg-5 position-relative overflow-hidden" style="border-radius: 20px;">
|
||||
<div class="row position-relative pt-lg-5 px-lg-5 pb-lg-3 p-md-4 p-3 mx-auto d-flex align-items-center" style="color: #333333; font-weight: 500; font-size: 16px; width: 95%;">
|
||||
<div class="container" style="max-width: 1320px;">
|
||||
<div class="row" style="display: flex; flex-wrap: wrap; padding: 35px 35px;">
|
||||
<!-- Version Start -->
|
||||
<div class="row mb-3 pt-3 pb-3 text-center">
|
||||
<div class="col-md-6 themed-grid-col">
|
||||
<h3 class="mbr-section-subtitle mbr-fonts-style display-5" style="line-height: 139%; font-size: 1.5rem; word-break: break-word; word-wrap: break-word; font-weight: 400;">
|
||||
<strong style="font-weight: bold; line-height: 139%;"> Version :
|
||||
<code style="font-size: 1.3rem; color: red;">
|
||||
18.0.0.0
|
||||
</code>
|
||||
</strong>
|
||||
<br>
|
||||
<span class="font-italic" style="font-style: italic;">
|
||||
30 October 2024
|
||||
</span>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="col-md-6 themed-grid-col">
|
||||
<p style="font-style:normal; font-weight:normal; font-size:18px; line-height:162.5%; text-align:center; color:#000000">
|
||||
Initial release of the app.
|
||||
</p>
|
||||
</div>
|
||||
<hr style="height: 0.3rem; width: 90%; color: black; margin-left: 75px;">
|
||||
</div>
|
||||
<!-- Version End -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- FAQs -->
|
||||
<div id="faq_tab" class="container tab-pane fade">
|
||||
<div id="faq" style="margin-top:40px; border-radius:20px">
|
||||
<div class="col-12 px-0 pb-lg-5 position-relative overflow-hidden" style="border-radius:20px;">
|
||||
<div class="row position-relative px-lg-5 pb-lg-3 p-md-4 p-3 mx-auto d-flex align-items-center" style="color:#333333; font-weight:500; font-size:16px; width:95%">
|
||||
<div class="container" style="max-width: 1320px;">
|
||||
<div class="m-4">
|
||||
<div class="accordion" id="bi_faq">
|
||||
<div class="accordion-item" style="background-color: transparent; border: none;">
|
||||
<h2 class="accordion-header" id="faq_one">
|
||||
<a class="accordion-button collapsed" data-bs-toggle="collapse" data-bs-target="#faq_one_ans" aria-expanded="false" aria-controls="faq_one_ans" style="background-color: transparent;text-decoration: none !important;">
|
||||
<span style="font-style:normal; font-weight:normal; font-size:18px; line-height:162.5%; text-align:center; color:#000000"> Can I Use this module with Odoo Online ? </span>
|
||||
</a>
|
||||
</h2>
|
||||
<div id="faq_one_ans" class="accordion-collapse collapse" data-parent="#accordion" aria-labelledby="faq_one">
|
||||
<div class="accordion-body" style=" font-style:normal; font-weight:normal; font-size:18px; line-height:162.5%; color:#000000; background: #ffff;text-align: left;"> This Odoo app can not be used with Odoo Online (SaaS). </div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item" style="background-color: transparent; border: none;">
|
||||
<h2 class="accordion-header" id="faq_two">
|
||||
<a class="accordion-button collapsed" data-bs-toggle="collapse" data-bs-target="#faq_two_ans" aria-expanded="false" aria-controls="faq_two_ans" style="background-color: transparent !important; text-decoration: none !important;">
|
||||
<span style="font-style:normal; font-weight:normal; font-size:18px; line-height:162.5%; text-align:center; color:#000000">Do I got free support when I buy an App ? </span>
|
||||
</a>
|
||||
</h2>
|
||||
<div id="faq_two_ans" class="accordion-collapse collapse" data-parent="#accordion" aria-labelledby="faq_two">
|
||||
<div class="accordion-body" style=" font-style:normal; font-weight:normal; font-size:18px; line-height:162.5%; color:#000000; background: #ffff;text-align: left;"> Yes, <strong> 60 Days Free Support</strong> Is provided with module in case any bug or issue with module. </div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item" style="background-color: transparent; border: none;">
|
||||
<h2 class="accordion-header" id="faq_three">
|
||||
<a class="accordion-button collapsed" data-bs-toggle="collapse" data-bs-target="#faq_three_ans" aria-expanded="false" aria-controls="faq_three_ans" style="background-color: transparent !important; text-decoration: none !important;">
|
||||
<span style="font-style:normal; font-weight:normal; font-size:18px; line-height:162.5%; text-align:center; color:#000000"> Do I have to buy module for each version ? </span>
|
||||
</a>
|
||||
</h2>
|
||||
<div id="faq_three_ans" class="accordion-collapse collapse" data-parent="#accordion" aria-labelledby="faq_three">
|
||||
<div class="accordion-body" style=" font-style:normal; font-weight:normal; font-size:18px; line-height:162.5%; color:#000000; background: #ffff; text-align: left;">
|
||||
<strong>Yes,</strong> Starting version 13.0, Every version of the module is sold separately.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item" style="background-color: transparent; border: none;">
|
||||
<h2 class="accordion-header" id="faq_four">
|
||||
<a class="accordion-button collapsed" data-bs-toggle="collapse" data-bs-target="#faq_four_ans" aria-expanded="false" aria-controls="faq_four_ans" style=" background-color: transparent !important; text-decoration: none !important;">
|
||||
<span style="font-style:normal; font-weight:normal; font-size:18px; line-height:162.5%; text-align:center; color:#000000"> How can I install the module I bought ? </span>
|
||||
</a>
|
||||
</h2>
|
||||
<div id="faq_four_ans" class="accordion-collapse collapse" data-parent="#accordion" aria-labelledby="faq_four">
|
||||
<div class="accordion-body" style=" font-style:normal; font-weight:normal; font-size:18px; line-height:162.5%; color:#000000; background: #ffff; text-align: left;"> You need to copy paste the module that is inside the zip file to your addons folder. If you are installing the module into an existing database, you need to enable the Technical Features to click on Apps > Update Modules List. Your new module will now appear in the list of modules that you can install. </div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item" style=" background-color: transparent; border: none;">
|
||||
<h2 class="accordion-header" id="faq_five">
|
||||
<a class="accordion-button collapsed" data-bs-toggle="collapse" data-bs-target="#faq_five_ans" aria-expanded="false" aria-controls="faq_five_ans" style=" background-color: transparent !important; text-decoration: none !important;">
|
||||
<span style="font-style:normal; font-weight:normal; font-size:18px; line-height:162.5%; text-align:center; color:#000000"> The module I bought doesn't work, What should I do ? </span>
|
||||
</a>
|
||||
</h2>
|
||||
<div id="faq_five_ans" class="accordion-collapse collapse" data-parent="#accordion" aria-labelledby="faq_five">
|
||||
<div class="accordion-body" style="font-style:normal; font-weight:normal; font-size:18px; line-height:162.5%; color:#000000; background: #ffff; text-align: left;"> Please raise your ticket to use on <a href="mailto:ticket@browseinfo.co.in" style="color:blue;">
|
||||
<strong>ticket@browseinfo.co.in</strong>
|
||||
</a> We will back to you shortly. </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Support -->
|
||||
<section class="mt-5 bg-transparent">
|
||||
<div class="container">
|
||||
<div class="gx-0 row shadow mt-5 bg-white" style="border-radius: 20px;">
|
||||
<div class="col-lg-6 col-sm-12 ps-5" style="text-align: left;">
|
||||
<div class="mt-5">
|
||||
<img src="assets/best_partner.png" style="width: 60%;">
|
||||
</div>
|
||||
<div class="row mt-5">
|
||||
<div class="rectangle" style="text-align: right; height: 14px; width: 2px; background-color: #3497DB; margin-top: 10px; margin-left: 21px;"></div>
|
||||
<div class="col-10 mb-3">
|
||||
<h2 class="text-left" style="text-align: left; font-size: 30px; color: #111827; margin-left: -6px;">Get Support, For Free! </h2>
|
||||
</div>
|
||||
</div>
|
||||
<h2 class="text-left" style="font-weight: bold; font-size: 35px; color: #111827;"> 60 Days Free Support </h2>
|
||||
<br />
|
||||
<p class="detail-box lh-base" style="font-size: 20px; color: #111827;">In case any bugs or issue (Except data recovery)</p>
|
||||
<p class="detail-box lh-base" style="font-size: 16px; color: #111827;"> At Browseinfo we offer end to end solution for Odoo services. Which includes analysis & consultation on the workflows and integration part. </p>
|
||||
<div class="container mt-5 ps-0">
|
||||
<div class="row">
|
||||
<div class="col-2">
|
||||
<img src="assets/call.png" width="50" height="50">
|
||||
</div>
|
||||
<div class="col-8" style="text-align: left;">
|
||||
<h4 style="font-size: 18px;font-weight: 700;margin: 0 0 10px 0; color: #7D7D7D;">Have Any Question ?</h4>
|
||||
<p style="color: black;">+91-6351620270</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt-5 mb-5">
|
||||
<div class="col-2">
|
||||
<img src="assets/mail.png" width="50" height="50">
|
||||
</div>
|
||||
<div class="col-8" style="text-align: left;">
|
||||
<h4 style="font-size: 18px;font-weight: 700;margin: 0 0 10px 0; color: #7D7D7D;">Write Email</h4>
|
||||
<p style="color: black;"> Sales : sales@browseinfo.co.in <br /> Support : ticket@browseinfo.co.in </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-lg-6 text-center pb-5">
|
||||
<img src="assets/support_image.gif" style="width: 75%;">
|
||||
<br />
|
||||
<div class="row align-items-center mt-3">
|
||||
<div class="col-8">
|
||||
<span style="color: black; font-size: 18px;">Need Functional Help? Scan Here!</span>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<img src="assets/Functional_QR.svg" class="float-start h-auto img-fluid w-auto" style="">
|
||||
</div>
|
||||
<div class="w-100"></div>
|
||||
<div class="col-8">
|
||||
<span style="color: black; font-size: 18px;">Create Support Ticket</span>
|
||||
</div>
|
||||
<div class="col-4 mt-4">
|
||||
<img src="assets/Support_QR.svg" class="float-start h-auto img-fluid w-auto" style="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Our Services -->
|
||||
<section class="bg-transparent">
|
||||
<div class="container">
|
||||
<div class="row align-items-center shadow bg-white mt-5" style="border-radius: 20px; ">
|
||||
<img src="assets/BI_services.gif" alt="Snow" style="width:100%;">
|
||||
<div class="centered position-absolute d-lg-inline d-none" style="margin-bottom: 15%; color: black; text-wrap: balance; width: 90%; margin-left: 6%;">
|
||||
Explore comprehensive Odoo solutions with our expert team at Browseinfo. As your trusted Odoo Gold Partner, we provide top-tier services including Odoo customization, development, migration, implementation, training, and ongoing support.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Must Have Apps -->
|
||||
<section class="container shadow bg-transparent" style="background-color: #fafbff; padding: 15px; border-radius: 20px; margin-top: 40px !important;">
|
||||
<br>
|
||||
<br>
|
||||
<div class="container align-items-center" style="margin-bottom:10px; margin-top: 10px;">
|
||||
<h2 class="text-center" style="font-weight:bold; font-size:calc(1.1rem + 1vw); color:#4F9ACF;">
|
||||
Must-Have
|
||||
<span style="color:#000000; font-weight:600; font-size:calc(1.1rem + 1vw)">
|
||||
Apps
|
||||
</span>
|
||||
</h2>
|
||||
<div class="divider-custom justify-content-center d-flex w-100">
|
||||
<div class="divider-custom-line" style="width: 100%; max-width: 7rem; height: 0.25rem; background-color: #000000; border-radius: 1rem; border-color: #000000;"></div>
|
||||
<div style="font-size: 2rem; margin-top:-22px;" class="divider-custom-icon">
|
||||
<span style="display: inline-block; height: 1em; overflow: visible; vertical-align: -0.125em; padding-left: 25px; padding-right: 25px; color:black;" class="fa fa-plus-circle"></span>
|
||||
</div>
|
||||
<div style=" width: 100%; max-width: 7rem;height: 0.25rem; background-color: #000000;border-radius: 1rem; border-color: #000000;" class="divider-custom-line"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="RelatedAppCarouselOne" class="row carousel slide mt64 mb32" data-bs-ride="carousel" data-interval="80000">
|
||||
<div class="carousel-inner text-center">
|
||||
<div class="carousel-item active">
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/bi_invoice_tripple_approval/" target="_blank">
|
||||
<img src="related/bi_invoice_tripple_approval.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/bi_accounting_report_excel/" target="_blank">
|
||||
<img src="related/bi_accounting_report_excel.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/bi_account_payable_report/" target="_blank">
|
||||
<img src="related/bi_account_payable_report.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/account_statement/" target="_blank">
|
||||
<img src="related/account_statement.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/bi_account_receivable_report/" target="_blank">
|
||||
<img src="related/bi_account_receivable_report.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/bi_all_in_one_invoice_reports/" target="_blank">
|
||||
<img src="related/bi_all_in_one_invoice_reports.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="carousel-control-prev" href="#RelatedAppCarouselOne" data-bs-slide="prev" style="width:35px;">
|
||||
<span class="">
|
||||
<i class="fa fa-chevron-left" style="font-size:24px"></i>
|
||||
</span>
|
||||
</a>
|
||||
<a class="carousel-control-next" href="#RelatedAppCarouselOne" data-bs-slide="next" style="width:35px;">
|
||||
<span class="">
|
||||
<i class="fa fa-chevron-right" style="font-size:24px"></i>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<ol class="carousel-indicators position-relative" style="margin: 1% 0%;">
|
||||
<li data-bs-target="#RelatedAppCarouselOne" data-bs-slide-to="0" class="active" style="background-color: #000; width: 10px; border-radius: 15px; height: 10px; border-top: 0px; border-bottom: 0px;"></li>
|
||||
<li data-bs-target="#RelatedAppCarouselOne" data-bs-slide-to="1" style="background-color: #000; width: 10px; border-radius: 15px; height: 10px; border-top: 0px; border-bottom: 0px;"></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div id="RelatedAppCarouselTwo" class="row carousel slide mt64 mb32" data-bs-ride="carousel" data-interval="80000">
|
||||
<div class="carousel-inner text-center">
|
||||
<div class="carousel-item active">
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/bi_create_single_invoice/" target="_blank">
|
||||
<img src="related/bi_create_single_invoice.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/bi_customer_supplier_approve/" target="_blank">
|
||||
<img src="related/bi_customer_supplier_approve.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/bi_general_ledger_filter/" target="_blank">
|
||||
<img src="related/bi_general_ledger_filter.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/bi_report_analytic_account_filter/" target="_blank">
|
||||
<img src="related/bi_report_analytic_account_filter.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/customer_account_payment_followup/" target="_blank">
|
||||
<img src="related/customer_account_payment_followup.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/website_rental_management/" target="_blank">
|
||||
<img src="related/website_rental_management.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="carousel-control-prev" href="#RelatedAppCarouselTwo" data-bs-slide="prev" style="width:35px;">
|
||||
<span class="">
|
||||
<i class="fa fa-chevron-left" style="font-size:24px"></i>
|
||||
</span>
|
||||
</a>
|
||||
<a class="carousel-control-next" href="#RelatedAppCarouselTwo" data-bs-slide="next" style="width:35px;">
|
||||
<span class="">
|
||||
<i class="fa fa-chevron-right" style="font-size:24px"></i>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<ol class="carousel-indicators position-relative" style="margin: 1% 0%;">
|
||||
<li data-bs-target="#RelatedAppCarouselTwo" data-bs-slide-to="0" class="active" style="background-color: #000; width: 10px; border-radius: 15px; height:10px; border-top: 0px; border-bottom: 0px;"></li>
|
||||
<li data-bs-target="#RelatedAppCarouselTwo" data-bs-slide-to="1" style="background-color: #000; width: 10px; border-radius: 15px; height:10px; border-top: 0px; border-bottom: 0px;"></li>
|
||||
</ol>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Best of the best Apps -->
|
||||
<section class="container shadow bg-transparent" style="background-color: #fafbff; padding: 15px; border-radius: 20px; margin-top: 40px !important;">
|
||||
<br>
|
||||
<br>
|
||||
<div class="container align-items-center" style="margin-bottom:10px;">
|
||||
<h2 class="text-center" style="font-weight:bold; font-size:calc(1.1rem + 1vw); color:#4F9ACF;">
|
||||
Best of the
|
||||
<span style="color:#000000; font-weight:600; font-size:calc(1.1rem + 1vw)">
|
||||
Best Apps
|
||||
</span>
|
||||
</h2>
|
||||
<div class="divider-custom d-flex justify-content-center w-100">
|
||||
<div class="divider-custom-line" style=" width: 100%; max-width: 7rem; height: 0.25rem; background-color: #000000; border-radius: 1rem; border-color: #000000;"></div>
|
||||
<div style="font-size: 2rem; margin-top:-22px;" class="divider-custom-icon">
|
||||
<span style="display: inline-block; height: 1em; overflow: visible; vertical-align: -0.125em; padding-left: 25px; padding-right: 25px; color:black;" class="fa fa-check-square"></span>
|
||||
</div>
|
||||
<div style=" width: 100%; max-width: 7rem;height: 0.25rem; background-color: #000000;border-radius: 1rem; border-color: #000000;" class="divider-custom-line"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="DemandedAppCarouselOne" class="row carousel slide mt64 mb32" data-bs-ride="carousel" data-interval="80000">
|
||||
<div class="carousel-inner text-center">
|
||||
<div class="carousel-item active">
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/pos_orders_all/" target="_blank">
|
||||
<img src="demanded/pos_orders_all.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/bi_customer_overdue_statement/" target="_blank">
|
||||
<img src="demanded/bi_customer_overdue_statement.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/generic_excel_reports/" target="_blank">
|
||||
<img src="demanded/generic_excel_reports.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/product_bundle_all/" target="_blank">
|
||||
<img src="demanded/product_bundle_all.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/car_repair_industry/" target="_blank">
|
||||
<img src="demanded/car_repair_industry.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/odoo_website_wallet/" target="_blank">
|
||||
<img src="demanded/odoo_website_wallet.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="carousel-control-prev" href="#DemandedAppCarouselOne" data-bs-slide="prev" style="width:35px;">
|
||||
<span class="">
|
||||
<i class="fa fa-chevron-left" style="font-size:24px"></i>
|
||||
</span>
|
||||
</a>
|
||||
<a class="carousel-control-next" href="#DemandedAppCarouselOne" data-bs-slide="next" style="width:35px;">
|
||||
<span class="">
|
||||
<i class="fa fa-chevron-right" style="font-size:24px"></i>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<ol class="carousel-indicators position-relative" style="margin: 1% 0%;">
|
||||
<li data-bs-target="#DemandedAppCarouselOne" data-bs-slide-to="0" class="active" style="background-color: #000; width: 10px; border-radius: 15px; height:10px; border-top: 0px; border-bottom: 0px;"></li>
|
||||
<li data-bs-target="#DemandedAppCarouselOne" data-bs-slide-to="1" style="background-color: #000; width: 10px; border-radius: 15px; height:10px; border-top: 0px; border-bottom: 0px;"></li>
|
||||
</ol>
|
||||
</div>
|
||||
<div id="DemandedAppCarouselTwo" class="row carousel slide mt64 mb32" data-bs-ride="carousel" data-interval="80000">
|
||||
<div class="carousel-inner text-center">
|
||||
<div class="carousel-item active">
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/sales_commission_generic/" target="_blank">
|
||||
<img src="demanded/sales_commission_generic.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/bi_generic_import/" target="_blank">
|
||||
<img src="demanded/bi_generic_import.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/branch/" target="_blank">
|
||||
<img src="demanded/branch.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/bi_inter_company_transfer/" target="_blank">
|
||||
<img src="demanded/bi_inter_company_transfer.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/bi_loyalty_generic/" target="_blank">
|
||||
<img src="demanded/bi_loyalty_generic.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left">
|
||||
<a href="https://apps.odoo.com/apps/modules/18.0/margin/" target="_blank">
|
||||
<img src="demanded/margin.gif" style="width: 90%;">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="carousel-control-prev" href="#DemandedAppCarouselTwo" data-bs-slide="prev" style="width:35px;">
|
||||
<span class="">
|
||||
<i class="fa fa-chevron-left" style="font-size:24px"></i>
|
||||
</span>
|
||||
</a>
|
||||
<a class="carousel-control-next" href="#DemandedAppCarouselTwo" data-bs-slide="next" style="width:35px;">
|
||||
<span class="">
|
||||
<i class="fa fa-chevron-right" style="font-size:24px"></i>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<ol class="carousel-indicators position-relative" style="margin: 1% 0%;">
|
||||
<li data-bs-target="#DemandedAppCarouselTwo" data-bs-slide-to="0" class="active" style="background-color: #000; width: 10px; border-radius: 15px; height:10px; border-top: 0px; border-bottom: 0px;"></li>
|
||||
<li data-bs-target="#DemandedAppCarouselTwo" data-bs-slide-to="1" style="background-color: #000; width: 10px; border-radius: 15px; height:10px; border-top: 0px; border-bottom: 0px;"></li>
|
||||
</ol>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
After Width: | Height: | Size: 221 KiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 431 KiB |
|
After Width: | Height: | Size: 123 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 681 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 225 KiB |
|
After Width: | Height: | Size: 991 KiB |
54
addons/om_account_accountant/README.rst
Normal file
@@ -0,0 +1,54 @@
|
||||
==================
|
||||
Odoo 18 Accounting
|
||||
==================
|
||||
|
||||
This Module will adds following accounting features to Odoo 19 community edition:
|
||||
Financial Reports, Asset Management, Budget Management, Bank Statement Import,
|
||||
Daily Reports, Customer Follow Ups and Recurring Payments
|
||||
|
||||
|
||||
Common FAQ
|
||||
==========
|
||||
1. How to skip in payment status and directly move to paid status ?
|
||||
a) https://www.youtube.com/watch?v=eWxfy86Byog
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
To install this module, you need to:
|
||||
|
||||
Download the module and add it to your Odoo addons folder. Afterward, log on to
|
||||
your Odoo server and go to the Apps menu. Trigger the debug mode and update the
|
||||
list by clicking on the "Update Apps List" link. Now install the module by
|
||||
clicking on the install button.
|
||||
|
||||
Upgrade
|
||||
============
|
||||
|
||||
To upgrade this module, you need to:
|
||||
|
||||
Download the module and add it to your Odoo addons folder. Restart the server
|
||||
and log on to your Odoo server. Select the Apps menu and upgrade the module by
|
||||
clicking on the upgrade button.
|
||||
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
There is Nothing to Configure
|
||||
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
* Odoo Mates <odoomates@gmail.com>
|
||||
* Walnut Software Solutions <info@walnutit.com>
|
||||
|
||||
|
||||
Author & Maintainer
|
||||
-------------------
|
||||
|
||||
This module is maintained by the Odoo Mates
|
||||
1
addons/om_account_accountant/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from . import models
|
||||
44
addons/om_account_accountant/__manifest__.py
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
'name': 'Odoo 19 Accounting Community',
|
||||
'version': '1.0.3',
|
||||
'category': 'Accounting',
|
||||
'summary': 'Accounting Reports, Asset Management and Budget, Recurring Payments, '
|
||||
'Lock Dates, Fiscal Year, Accounting Dashboard, Financial Reports, '
|
||||
'Customer Follow up Management, Bank Statement Import',
|
||||
'description': 'Odoo 19 Financial Reports, Asset Management and '
|
||||
'Budget, Financial Reports, Recurring Payments, '
|
||||
'Bank Statement Import, Customer Follow Up Management,'
|
||||
'Account Lock Date, Accounting Dashboard',
|
||||
'live_test_url': 'https://www.youtube.com/c/OdooMates',
|
||||
'sequence': '1',
|
||||
'sequence': '1',
|
||||
'website': 'https://www.walnutit.com',
|
||||
'author': 'Odoo Mates, Walnut Software Solutions, Odoo SA',
|
||||
'maintainer': 'Odoo Mates, Walnut Software Solutions',
|
||||
'license': 'LGPL-3',
|
||||
'support': 'odoomates@gmail.com',
|
||||
'depends': [
|
||||
'accounting_pdf_reports',
|
||||
'om_account_asset',
|
||||
'om_account_budget',
|
||||
'om_fiscal_year',
|
||||
'om_recurring_payments',
|
||||
'om_account_daily_reports',
|
||||
'om_account_followup',
|
||||
],
|
||||
'data': [
|
||||
'security/group.xml',
|
||||
'views/menu.xml',
|
||||
'views/settings.xml',
|
||||
'views/account_group.xml',
|
||||
'views/account_tag.xml',
|
||||
'views/res_partner.xml',
|
||||
'views/account_bank_statement.xml',
|
||||
'views/payment_method.xml',
|
||||
'views/reconciliation.xml',
|
||||
'views/account_journal.xml',
|
||||
],
|
||||
'application': True,
|
||||
'images': ['static/description/banner.gif'],
|
||||
}
|
||||
|
||||
54
addons/om_account_accountant/doc/index.rst
Normal file
@@ -0,0 +1,54 @@
|
||||
==================
|
||||
Odoo 19 Accounting
|
||||
==================
|
||||
|
||||
This Module will adds following accounting features to Odoo 19 community edition:
|
||||
Financial Reports, Asset Management, Budget Management, Bank Statement Import,
|
||||
Daily Reports, Customer Follow Ups and Recurring Payments
|
||||
|
||||
Common FAQ
|
||||
==========
|
||||
1. How to skip in payment status and directly move to paid status ?
|
||||
a) https://www.youtube.com/watch?v=eWxfy86Byog
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
To install this module, you need to:
|
||||
|
||||
Download the module and add it to your Odoo addons folder. Afterward, log on to
|
||||
your Odoo server and go to the Apps menu. Trigger the debug mode and update the
|
||||
list by clicking on the "Update Apps List" link. Now install the module by
|
||||
clicking on the install button.
|
||||
|
||||
|
||||
Upgrade
|
||||
============
|
||||
|
||||
To upgrade this module, you need to:
|
||||
|
||||
Download the module and add it to your Odoo addons folder. Restart the server
|
||||
and log on to your Odoo server. Select the Apps menu and upgrade the module by
|
||||
clicking on the upgrade button.
|
||||
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
There is Nothing to Configure
|
||||
|
||||
|
||||
Credits
|
||||
=======
|
||||
|
||||
Contributors
|
||||
------------
|
||||
|
||||
* Odoo Mates <odoomates@gmail.com>
|
||||
* Walnut Software Solutions <info@walnutit.com>
|
||||
|
||||
|
||||
Author & Maintainer
|
||||
-------------------
|
||||
|
||||
This module is maintained by the Odoo Mates
|
||||
3
addons/om_account_accountant/doc/translators.md
Normal file
@@ -0,0 +1,3 @@
|
||||
##Turkish - Alaattin Kahramanlar
|
||||
##Spanish MX - Alfonso González
|
||||
##French - Sylvain LC
|
||||
133
addons/om_account_accountant/i18n/ar_001.po
Normal file
@@ -0,0 +1,133 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * om_account_accountant
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-04-15 18:15+0000\n"
|
||||
"PO-Revision-Date: 2022-04-15 18:15+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_group_action
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_group
|
||||
msgid "Account Groups"
|
||||
msgstr "مجموعات الحساب\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_account_tag
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_tag
|
||||
msgid "Account Tags"
|
||||
msgstr "علامات تصنيف الحساب "
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.account_type_menu
|
||||
msgid "Account Types"
|
||||
msgstr "أنواع الحسابات\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_partner_property_form
|
||||
msgid "Accounting"
|
||||
msgstr "محاسبة\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid "Anglo-Saxon Accounting"
|
||||
msgstr "المحاسبة الأنجلو سكسونية\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_bank
|
||||
msgid "Bank Statements"
|
||||
msgstr "البيانات المصرفية\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_bank_and_cash
|
||||
msgid "Bank and Cash"
|
||||
msgstr "البنك والنقد "
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_cash
|
||||
msgid "Cash Registers"
|
||||
msgstr "آلات تسجيل النقد "
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_coa_template
|
||||
msgid "Chart of Accounts Templates"
|
||||
msgstr "قوالب مخطط الحسابات "
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr "ضبط الاعدادات"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_fiscal_position_template
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_fiscal_position_template
|
||||
msgid "Fiscal Position Templates"
|
||||
msgstr "قوالب المركز المالي\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Group By"
|
||||
msgstr "مجموعة من\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Method"
|
||||
msgstr "طرق السداد"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_payment_method
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_payment_method
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_tree
|
||||
msgid "Payment Methods"
|
||||
msgstr "طرق السداد"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Type"
|
||||
msgstr "نوع الدفع\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.server,name:om_account_accountant.action_account_reconciliation
|
||||
msgid "Reconcile"
|
||||
msgstr "التصالح\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is\n"
|
||||
" invoiced to a final customer (instead of recording the cost as soon\n"
|
||||
" as the product is received in stock)."
|
||||
msgstr ""
|
||||
"سجل تكلفة سلعة كمصروف عندما تكون هذه السلعة\n"
|
||||
" إصدار فاتورة للعميل النهائي (بدلاً من تسجيل التكلفة في أقرب وقت\n"
|
||||
" كما يتم استلام المنتج في المخزون)."
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is invoiced to a "
|
||||
"final customer."
|
||||
msgstr ""
|
||||
"سجل تكلفة سلعة كمصروف عندما يتم إصدار فاتورة بهذه السلعة للعميل النهائي.\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_templates
|
||||
msgid "Templates"
|
||||
msgstr "القوالب "
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid "Use anglo-saxon accounting"
|
||||
msgstr "استخدام طريقة المحاسبة الأنجلو-ساكسونية"
|
||||
137
addons/om_account_accountant/i18n/ar_SY.po
Normal file
@@ -0,0 +1,137 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * om_account_accountant
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-07-06 02:59+0000\n"
|
||||
"PO-Revision-Date: 2022-07-06 02:59+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_group_action
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_group
|
||||
msgid "Account Groups"
|
||||
msgstr "مجموعات الحساب\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_account_tag
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_tag
|
||||
msgid "Account Tags"
|
||||
msgstr "علامات الحساب\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.account_type_menu
|
||||
msgid "Account Types"
|
||||
msgstr "أنواع الحسابات\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_partner_property_form
|
||||
msgid "Accounting"
|
||||
msgstr "محاسبة\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid "Anglo-Saxon Accounting"
|
||||
msgstr "المحاسبة الأنجلو سكسونية\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_bank
|
||||
msgid "Bank Statements"
|
||||
msgstr "البيانات المصرفية\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_bank_and_cash
|
||||
msgid "Bank and Cash"
|
||||
msgstr "البنك والنقد\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_cash
|
||||
msgid "Cash Registers"
|
||||
msgstr "الات المحاسبه\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_coa_template
|
||||
msgid "Chart of Accounts Templates"
|
||||
msgstr "نماذج مخطط الحسابات\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr "ضبط الاعدادات"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_fiscal_position_template
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_fiscal_position_template
|
||||
msgid "Fiscal Position Templates"
|
||||
msgstr "قوالب المركز المالي\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Group By"
|
||||
msgstr "مجموعة من\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr "قيد اليومية"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Method"
|
||||
msgstr "طريقة الدفع او السداد\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_payment_method
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_payment_method
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_tree
|
||||
msgid "Payment Methods"
|
||||
msgstr "طرق الدفع\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Type"
|
||||
msgstr "نوع الدفع\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.server,name:om_account_accountant.action_account_reconciliation
|
||||
msgid "Reconcile"
|
||||
msgstr "التصالح"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is\n"
|
||||
" invoiced to a final customer (instead of recording the cost as soon\n"
|
||||
" as the product is received in stock)."
|
||||
msgstr ""
|
||||
"سجل تكلفة سلعة كمصروف عند إصدار فاتورة بهذه السلعة للعميل النهائي (بدلاً من "
|
||||
"تسجيل التكلفة بمجرد استلام المنتج في المخزون)."
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is invoiced to a "
|
||||
"final customer."
|
||||
msgstr ""
|
||||
"سجل تكلفة سلعة كمصروف عندما يتم إصدار فاتورة بهذه السلعة للعميل النهائي.\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_templates
|
||||
msgid "Templates"
|
||||
msgstr "القوالب"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid "Use anglo-saxon accounting"
|
||||
msgstr "استخدم محاسبة الأنجلو ساكسون\n"
|
||||
144
addons/om_account_accountant/i18n/es_AR.po
Normal file
@@ -0,0 +1,144 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * om_account_accountant
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 19.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-21 19:42+0000\n"
|
||||
"PO-Revision-Date: 2024-03-21 19:42+0000\n"
|
||||
"Last-Translator: Sergio Ariel Ameghino <ariel.ameghino@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_group_action
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_group
|
||||
msgid "Account Groups"
|
||||
msgstr "Grupos de cuentas"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_account_tag
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_tag
|
||||
msgid "Account Tags"
|
||||
msgstr "Etiquetas de cuenta"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_partner_property_form
|
||||
msgid "Accounting"
|
||||
msgstr "Contabilidad"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid "Anglo-Saxon Accounting"
|
||||
msgstr "Contabilidad Anglosajona"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_bank
|
||||
msgid "Bank Statements"
|
||||
msgstr "Extracto bancario"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_bank_and_cash
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_action_account_moves_journal_bank_cash
|
||||
msgid "Bank and Cash"
|
||||
msgstr "Banco y Efectivo"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_cash
|
||||
msgid "Cash Registers"
|
||||
msgstr "Cajas Registradoras"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr "Ajustes de configuración"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr "Asiento contable"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_finance_entries_accounting_journals
|
||||
msgid "Journals"
|
||||
msgstr "Diarios"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_action_account_moves_journal_misc
|
||||
msgid "Miscellaneous"
|
||||
msgstr "Misceláneas"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Method"
|
||||
msgstr "Método de pago"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_payment_method
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_payment_method
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_tree
|
||||
msgid "Payment Methods"
|
||||
msgstr "Métodos de pago"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Type"
|
||||
msgstr "Tipos de pago"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_action_account_moves_journal_purchase
|
||||
msgid "Purchases"
|
||||
msgstr "Compras"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.server,name:om_account_accountant.action_account_reconciliation
|
||||
msgid "Reconcile"
|
||||
msgstr "Conciliación"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is\n"
|
||||
" invoiced to a final customer (instead of recording the cost as soon\n"
|
||||
" as the product is received in stock)."
|
||||
msgstr ""
|
||||
"Registrar el costo de un bien como gasto cuando este bien se\n"
|
||||
"\t\t\t\t facture a un cliente final (en lugar de registrar el costo tan pronto\n"
|
||||
"\t\t\t\t como el producto se recibe en stock)."
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is invoiced to a "
|
||||
"final customer."
|
||||
msgstr ""
|
||||
"Registrar el costo de un bien como gasto cuando este bien se factura a "
|
||||
"cliente final."
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_action_account_moves_journal_sales
|
||||
msgid "Sales"
|
||||
msgstr "Ventas"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_templates
|
||||
msgid "Templates"
|
||||
msgstr "Plantillas"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid "Use anglo-saxon accounting"
|
||||
msgstr "Usar Contabilidad Anglosajona"
|
||||
139
addons/om_account_accountant/i18n/es_MX.po
Normal file
@@ -0,0 +1,139 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * om_account_accountant
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.0-20220319\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-06-12 03:13+0000\n"
|
||||
"PO-Revision-Date: 2022-06-12 03:13+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_group_action
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_group
|
||||
msgid "Account Groups"
|
||||
msgstr "Grupos de cuentas"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_account_tag
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_tag
|
||||
msgid "Account Tags"
|
||||
msgstr "Etiquetas de cuenta"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.account_type_menu
|
||||
msgid "Account Types"
|
||||
msgstr "Tipos de cuentas"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_partner_property_form
|
||||
msgid "Accounting"
|
||||
msgstr "Contabilidad"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid "Anglo-Saxon Accounting"
|
||||
msgstr "Contabilidad anglo-sajona"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_bank
|
||||
msgid "Bank Statements"
|
||||
msgstr "Extractos bancarios"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_bank_and_cash
|
||||
msgid "Bank and Cash"
|
||||
msgstr "Banco y efectivo"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_cash
|
||||
msgid "Cash Registers"
|
||||
msgstr "Registros de caja"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_coa_template
|
||||
msgid "Chart of Accounts Templates"
|
||||
msgstr "Plantilla de Plan Contable"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr "Opciones de configuración"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_fiscal_position_template
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_fiscal_position_template
|
||||
msgid "Fiscal Position Templates"
|
||||
msgstr "Plantillas de posición fiscal"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr "Asiento de diario"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Method"
|
||||
msgstr "Método de pago"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_payment_method
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_payment_method
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_tree
|
||||
msgid "Payment Methods"
|
||||
msgstr "Métodos de pago"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Type"
|
||||
msgstr "Tipo de pago"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.server,name:om_account_accountant.action_account_reconciliation
|
||||
msgid "Reconcile"
|
||||
msgstr "Conciliación"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is\n"
|
||||
" invoiced to a final customer (instead of recording the cost as soon\n"
|
||||
" as the product is received in stock)."
|
||||
msgstr ""
|
||||
"Registrar el costo de un bien como gasto cuando este bien se\n"
|
||||
" facturado a un cliente final (en lugar de registrar el costo tan pronto\n"
|
||||
" como el producto se recibe en stock)."
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is invoiced to a "
|
||||
"final customer."
|
||||
msgstr ""
|
||||
"Registre el costo de un bien como un gasto cuando este bien se facture a un "
|
||||
"cliente final."
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_templates
|
||||
msgid "Templates"
|
||||
msgstr "Plantillas"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid "Use anglo-saxon accounting"
|
||||
msgstr "Utilizar contabilidad anglo-sajona"
|
||||
144
addons/om_account_accountant/i18n/fr.po
Normal file
@@ -0,0 +1,144 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * om_account_accountant
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.0-20220319\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-06-12 03:13+0000\n"
|
||||
"PO-Revision-Date: 2022-07-05 23:59+0200\n"
|
||||
"Last-Translator: Sylvain Lc\n"
|
||||
"Language-Team: \n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: \n"
|
||||
"X-Generator: Poedit 3.1\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_group_action
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_group
|
||||
msgid "Account Groups"
|
||||
msgstr "Groupes de comptes"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_account_tag
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_tag
|
||||
msgid "Account Tags"
|
||||
msgstr "Balises de compte"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.account_type_menu
|
||||
msgid "Account Types"
|
||||
msgstr "Types de compte"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_partner_property_form
|
||||
msgid "Accounting"
|
||||
msgstr "Comptabilité"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid "Anglo-Saxon Accounting"
|
||||
msgstr "Comptabilité anglo-saxone"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_bank
|
||||
msgid "Bank Statements"
|
||||
msgstr "Relevés bancaires"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_bank_and_cash
|
||||
msgid "Bank and Cash"
|
||||
msgstr "Banque et liquidités"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_cash
|
||||
msgid "Cash Registers"
|
||||
msgstr "Caisses"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_coa_template
|
||||
msgid "Chart of Accounts Templates"
|
||||
msgstr "Modèles de plans de comptes"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr "Paramètres de Configuration"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_fiscal_position_template
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_fiscal_position_template
|
||||
msgid "Fiscal Position Templates"
|
||||
msgstr "Modèles de situation financière"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Group By"
|
||||
msgstr "Grouper par"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr "Pièce comptable"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Method"
|
||||
msgstr "Moyen de paiement"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_payment_method
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_payment_method
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_tree
|
||||
msgid "Payment Methods"
|
||||
msgstr "Méthodes de paiement"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Type"
|
||||
msgstr "Type de paiement"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.server,name:om_account_accountant.action_account_reconciliation
|
||||
msgid "Reconcile"
|
||||
msgstr "Lettrer"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is\n"
|
||||
" invoiced to a final customer (instead of "
|
||||
"recording the cost as soon\n"
|
||||
" as the product is received in stock)."
|
||||
msgstr ""
|
||||
"Enregistrer le coût d’un bien comme une dépense lorsque ce bien est\n"
|
||||
" facturé à un client final (au lieu "
|
||||
"d’enregistrer le coût dès que possible)\n"
|
||||
" au fur et à mesure que le produit est reçu "
|
||||
"en stock)."
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is invoiced to a "
|
||||
"final customer."
|
||||
msgstr ""
|
||||
"Enregistrez le coût d’un bien comme une dépense lorsque ce bien est facturé "
|
||||
"à un client final."
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_templates
|
||||
msgid "Templates"
|
||||
msgstr "Modèles"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid "Use anglo-saxon accounting"
|
||||
msgstr "Utiliser la comptabilité anglo-saxone"
|
||||
144
addons/om_account_accountant/i18n/id.po
Normal file
@@ -0,0 +1,144 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * om_account_accountant
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-11-09 12:27+0000\n"
|
||||
"PO-Revision-Date: 2024-11-09 12:27+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_group_action
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_group
|
||||
msgid "Account Groups"
|
||||
msgstr "Grup Akun"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_account_tag
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_tag
|
||||
msgid "Account Tags"
|
||||
msgstr "Tag Akun"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_partner_property_form
|
||||
msgid "Accounting"
|
||||
msgstr "Akuntansi"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid "Anglo-Saxon Accounting"
|
||||
msgstr "Akuntansi Anglo-Saxon"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_bank
|
||||
msgid "Bank Statements"
|
||||
msgstr "Laporan Bank"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_bank_and_cash
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_action_account_moves_journal_bank_cash
|
||||
msgid "Bank and Cash"
|
||||
msgstr "Bank dan Uang Tunai"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_cash
|
||||
msgid "Cash Registers"
|
||||
msgstr "Mesin Kasir"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr "Pengaturan Konfigurasi"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Group By"
|
||||
msgstr "Kelompokkan Berdasarkan"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr "Entri Jurnal"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_finance_entries_accounting_journals
|
||||
msgid "Journals"
|
||||
msgstr "Jurnal"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_action_account_moves_journal_misc
|
||||
msgid "Miscellaneous"
|
||||
msgstr "Lain-Lain"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Method"
|
||||
msgstr "Metode Pembayaran"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_payment_method
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_payment_method
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_tree
|
||||
msgid "Payment Methods"
|
||||
msgstr "Metode Pembayaran"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Type"
|
||||
msgstr "Tipe Pembayaran"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_action_account_moves_journal_purchase
|
||||
msgid "Purchases"
|
||||
msgstr "Pembelian"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.server,name:om_account_accountant.action_account_reconciliation
|
||||
msgid "Reconcile"
|
||||
msgstr "Penyesuaian"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is\n"
|
||||
" invoiced to a final customer (instead of recording the cost as soon\n"
|
||||
" as the product is received in stock)."
|
||||
msgstr ""
|
||||
"Catat harga pokok suatu barang sebagai pengeluaran ketika barang tersebut\n"
|
||||
" ditagihkan ke pelanggan akhir (alih-alih mencatat biayanya\n"
|
||||
" segera setelah produk diterima dalam stok)."
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is invoiced to a "
|
||||
"final customer."
|
||||
msgstr ""
|
||||
"Catat harga suatu barang sebagai beban ketika barang tersebut ditagihkan "
|
||||
"ke pelanggan akhir."
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_action_account_moves_journal_sales
|
||||
msgid "Sales"
|
||||
msgstr "Penjualan"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_templates
|
||||
msgid "Templates"
|
||||
msgstr "Templat"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid "Use anglo-saxon accounting"
|
||||
msgstr "Gunakan akuntansi Anglo-Saxon"
|
||||
133
addons/om_account_accountant/i18n/tr.po
Normal file
@@ -0,0 +1,133 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * om_account_accountant
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 15.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-04-15 06:40+0000\n"
|
||||
"PO-Revision-Date: 2022-04-15 06:40+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_group_action
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_group
|
||||
msgid "Account Groups"
|
||||
msgstr "Hesap Grupları"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_account_tag
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_tag
|
||||
msgid "Account Tags"
|
||||
msgstr "Hesap Etiketleri"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.account_type_menu
|
||||
msgid "Account Types"
|
||||
msgstr "Hesap Tipleri"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_partner_property_form
|
||||
msgid "Accounting"
|
||||
msgstr "Muhasebe"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid "Anglo-Saxon Accounting"
|
||||
msgstr "Anglo-Sakson Muhasebesi"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_bank
|
||||
msgid "Bank Statements"
|
||||
msgstr "Banka Hesap Özetleri"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_bank_and_cash
|
||||
msgid "Bank and Cash"
|
||||
msgstr "Banka ve Nakit"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_cash
|
||||
msgid "Cash Registers"
|
||||
msgstr "Yazar Kasa"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_coa_template
|
||||
msgid "Chart of Accounts Templates"
|
||||
msgstr "Hesap Planı Şablonları"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr "Yapılandırma Ayarları"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_fiscal_position_template
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_fiscal_position_template
|
||||
msgid "Fiscal Position Templates"
|
||||
msgstr "Mali Pozisyon Şablonları"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Group By"
|
||||
msgstr "Gruplama"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Method"
|
||||
msgstr "Ödeme Metodu"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_payment_method
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_payment_method
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_tree
|
||||
msgid "Payment Methods"
|
||||
msgstr "Ödeme Metotları"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Type"
|
||||
msgstr "Ödeme Tipi"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.server,name:om_account_accountant.action_account_reconciliation
|
||||
msgid "Reconcile"
|
||||
msgstr "Mutabakat"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is\n"
|
||||
" invoiced to a final customer (instead of recording the cost as soon\n"
|
||||
" as the product is received in stock)."
|
||||
msgstr ""
|
||||
"Bir ürünün bedelini, o ürün son tüketiciye faturalandıktan sonra gider "
|
||||
"olarak kayda gir. (Ürün stoğu geldiği anda gider olarak kaydetmek yerine)"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is invoiced to a "
|
||||
"final customer."
|
||||
msgstr ""
|
||||
"Ürünün bedelini, ürün son tüketiciye faturalandıktan sonra gider olarak "
|
||||
"kayda gir."
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_templates
|
||||
msgid "Templates"
|
||||
msgstr "Şablonlar"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid "Use anglo-saxon accounting"
|
||||
msgstr "Anglo-Sakson muhasebesi kullan"
|
||||
369
addons/om_account_accountant/i18n/uk.po
Normal file
@@ -0,0 +1,369 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * om_account_accountant
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 14.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2022-07-07 07:33+0000\n"
|
||||
"PO-Revision-Date: 2022-07-07 07:33+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_group_action
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_group
|
||||
msgid "Account Groups"
|
||||
msgstr "Групи рахунків"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_account_tag
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_tag
|
||||
msgid "Account Tags"
|
||||
msgstr "Теги рахунків"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.account_type_menu
|
||||
msgid "Account Types"
|
||||
msgstr "Типи рахунків"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_partner_property_form
|
||||
msgid "Accounting"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:res.groups,name:om_account_accountant.group_fiscal_year
|
||||
msgid "Allow to define fiscal years of more or less than a year"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid "Anglo-Saxon Accounting"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_bank
|
||||
msgid "Bank Statements"
|
||||
msgstr "Банківські виписки"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_bank_and_cash
|
||||
msgid "Bank and Cash"
|
||||
msgstr "Банк та каса"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_change_lock_date
|
||||
msgid "Cancel"
|
||||
msgstr "Скасувати"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_cash
|
||||
msgid "Cash Registers"
|
||||
msgstr "Касові апарати"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_change_lock_date
|
||||
msgid "Change Lock Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_coa_template
|
||||
msgid "Chart of Accounts Templates"
|
||||
msgstr "Шаблони планів рахунків"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.actions.act_window,help:om_account_accountant.actions_account_fiscal_year
|
||||
msgid "Click here to create a new fiscal year."
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_account_fiscal_year__company_id
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_change_lock_date__company_id
|
||||
msgid "Company"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr "Налаштування"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_account_fiscal_year__create_uid
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_change_lock_date__create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_account_fiscal_year__create_date
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_change_lock_date__create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid "Define fiscal years of more or less than one year"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_account_fiscal_year__display_name
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_account_move__display_name
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_change_lock_date__display_name
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Відобразити назву"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_account_fiscal_year__date_to
|
||||
msgid "End Date"
|
||||
msgstr "Дата закінчення"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_account_fiscal_year__date_to
|
||||
msgid "Ending Date, included in the fiscal year."
|
||||
msgstr "Кінцева дата, яка входиь до фіскального року."
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid "Fiscal Period Closing"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_fiscal_position_template
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_fiscal_position_template
|
||||
msgid "Fiscal Position Templates"
|
||||
msgstr "Шаблони схем оподаткування"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_account_fiscal_year
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_fiscal_year
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid "Fiscal Year"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.actions_account_fiscal_year
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__group_fiscal_year
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid "Fiscal Years"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__fiscalyear_last_day
|
||||
msgid "Fiscalyear Last Day"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__fiscalyear_last_month
|
||||
msgid "Fiscalyear Last Month"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_account_fiscal_year__id
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_account_move__id
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_change_lock_date__id
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr "Запис у журналі"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid "Last Day"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_account_fiscal_year____last_update
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_account_move____last_update
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_change_lock_date____last_update
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Останні зміни"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_account_fiscal_year__write_uid
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_change_lock_date__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_account_fiscal_year__write_date
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_change_lock_date__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__fiscalyear_lock_date
|
||||
msgid "Lock Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_change_lock_date__fiscalyear_lock_date
|
||||
msgid "Lock Date for All Users"
|
||||
msgstr "Дата закриття для всіх користувачів"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_change_lock_date__period_lock_date
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__period_lock_date
|
||||
msgid "Lock Date for Non-Advisers"
|
||||
msgstr "Дата закриття для користувачів без ролі Консультант"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_action_change_lock_date
|
||||
msgid "Lock Dates"
|
||||
msgstr "Дати закриття періодів"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_view_change_lock_date
|
||||
msgid "Lock your Fiscal Period"
|
||||
msgstr "Закрийте свій податковий період"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid "Lock your fiscal period"
|
||||
msgstr "Закрийте свій податковий період"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_account_fiscal_year__name
|
||||
msgid "Name"
|
||||
msgstr "Назва"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_change_lock_date__tax_lock_date
|
||||
msgid ""
|
||||
"No users can edit journal entries related to a tax prior and inclusive of "
|
||||
"this date."
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_res_config_settings__fiscalyear_lock_date
|
||||
msgid ""
|
||||
"No users, including Advisers, can edit accounts prior to and inclusive of "
|
||||
"this date. Use it for fiscal year locking for example."
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_change_lock_date__fiscalyear_lock_date
|
||||
msgid ""
|
||||
"No users, including Advisers, can edit accounts prior to and inclusive of "
|
||||
"this date. Use it for fiscal year locking."
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_res_config_settings__period_lock_date
|
||||
msgid ""
|
||||
"Only users with the 'Adviser' role can edit accounts prior to and inclusive "
|
||||
"of this date. Use it for period locking inside an open fiscal year, for "
|
||||
"example."
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_change_lock_date__period_lock_date
|
||||
msgid ""
|
||||
"Only users with the Adviser role can edit accounts prior to and inclusive of"
|
||||
" this date. Use it for period locking inside an open fiscal year."
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Method"
|
||||
msgstr "Спосіб оплати"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_payment_method
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_payment_method
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_tree
|
||||
msgid "Payment Methods"
|
||||
msgstr "Спосіб оплати"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Type"
|
||||
msgstr "Тип оплати"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.server,name:om_account_accountant.action_account_reconciliation
|
||||
msgid "Reconcile"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is\n"
|
||||
" invoiced to a final customer (instead of recording the cost as soon\n"
|
||||
" as the product is received in stock)."
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is invoiced to a "
|
||||
"final customer."
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_change_lock_date
|
||||
msgid "Save"
|
||||
msgstr "Зберегти"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_account_fiscal_year__date_from
|
||||
msgid "Start Date"
|
||||
msgstr "Дата початку"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_account_fiscal_year__date_from
|
||||
msgid "Start Date, included in the fiscal year."
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_change_lock_date__tax_lock_date
|
||||
msgid "Tax Lock Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_templates
|
||||
msgid "Templates"
|
||||
msgstr "Шаблони"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: code:addons/om_account_accountant/models/account_fiscal_year.py:0
|
||||
#, python-format
|
||||
msgid "The ending date must not be prior to the starting date."
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid "Use anglo-saxon accounting"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: code:addons/om_account_accountant/wizard/change_lock_date.py:0
|
||||
#, python-format
|
||||
msgid "You Are Not Allowed To Perform This Operation"
|
||||
msgstr ""
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: code:addons/om_account_accountant/models/account_fiscal_year.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You can not have an overlap between two fiscal years, please correct the "
|
||||
"start and/or end dates of your fiscal years."
|
||||
msgstr ""
|
||||
146
addons/om_account_accountant/i18n/zh_TW.po
Normal file
@@ -0,0 +1,146 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * om_account_accountant
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0-20231105\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-11-23 21:28+0000\n"
|
||||
"PO-Revision-Date: 2023-11-24 06:08+0800\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: zh_TW\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Poedit 3.4.1\n"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_group_action
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_group
|
||||
msgid "Account Groups"
|
||||
msgstr "帳戶組別"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_account_tag
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_tag
|
||||
msgid "Account Tags"
|
||||
msgstr "帳戶標籤"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_partner_property_form
|
||||
msgid "Accounting"
|
||||
msgstr "會計"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid "Anglo-Saxon Accounting"
|
||||
msgstr "Anglo-Saxon會計"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_bank
|
||||
msgid "Bank Statements"
|
||||
msgstr "銀行對帳單"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_bank_and_cash
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_action_account_moves_journal_bank_cash
|
||||
msgid "Bank and Cash"
|
||||
msgstr "銀行和現金"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_accounting_statement_cash
|
||||
msgid "Cash Registers"
|
||||
msgstr "現金出納"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr "設置"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Group By"
|
||||
msgstr "分組按"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model,name:om_account_accountant.model_account_move
|
||||
msgid "Journal Entry"
|
||||
msgstr "日記帳分錄"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_finance_entries_accounting_journals
|
||||
msgid "Journals"
|
||||
msgstr "日記帳"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_action_account_moves_journal_misc
|
||||
msgid "Miscellaneous"
|
||||
msgstr "一般"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Method"
|
||||
msgstr "付款方式"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.act_window,name:om_account_accountant.action_account_payment_method
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_payment_method
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_form
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_tree
|
||||
msgid "Payment Methods"
|
||||
msgstr "付款方法"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.view_account_payment_method_search
|
||||
msgid "Payment Type"
|
||||
msgstr "付款類型"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_action_account_moves_journal_purchase
|
||||
msgid "Purchases"
|
||||
msgstr "採購"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.actions.server,name:om_account_accountant.action_account_reconciliation
|
||||
msgid "Reconcile"
|
||||
msgstr "沖帳"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model_terms:ir.ui.view,arch_db:om_account_accountant.res_config_settings_view_form
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is\n"
|
||||
" invoiced to a final customer (instead of "
|
||||
"recording the cost as soon\n"
|
||||
" as the product is received in stock)."
|
||||
msgstr ""
|
||||
"當商品是\n"
|
||||
" 向最終客戶開具發票(而不是儘快記錄成"
|
||||
"本)\n"
|
||||
" 因為產品有庫存)。"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,help:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid ""
|
||||
"Record the cost of a good as an expense when this good is invoiced to a "
|
||||
"final customer."
|
||||
msgstr "當向最終客戶開立發票時,將商品成本記錄為費用。"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_action_account_moves_journal_sales
|
||||
msgid "Sales"
|
||||
msgstr "銷售"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.ui.menu,name:om_account_accountant.menu_account_templates
|
||||
msgid "Templates"
|
||||
msgstr "模板"
|
||||
|
||||
#. module: om_account_accountant
|
||||
#: model:ir.model.fields,field_description:om_account_accountant.field_res_config_settings__anglo_saxon_accounting
|
||||
msgid "Use anglo-saxon accounting"
|
||||
msgstr "使用盎格魯-撒克遜會計"
|
||||
2
addons/om_account_accountant/models/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
from . import account_move
|
||||
from . import settings
|
||||
9
addons/om_account_accountant/models/account_move.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from odoo import fields, models, api
|
||||
|
||||
|
||||
class AccountMove(models.Model):
|
||||
_inherit = "account.move"
|
||||
|
||||
@api.model
|
||||
def _get_invoice_in_payment_state(self):
|
||||
return 'in_payment'
|
||||
11
addons/om_account_accountant/models/settings.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class ResConfigSettings(models.TransientModel):
|
||||
_inherit = "res.config.settings"
|
||||
|
||||
anglo_saxon_accounting = fields.Boolean(
|
||||
related="company_id.anglo_saxon_accounting",
|
||||
readonly=False, string="Use anglo-saxon accounting",
|
||||
help="Record the cost of a good as an expense when this good is invoiced to a final customer."
|
||||
)
|
||||
23
addons/om_account_accountant/security/group.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0"?>
|
||||
<odoo>
|
||||
|
||||
<record id="base.module_category_accounting_accounting" model="ir.module.category">
|
||||
<field name="name">Accounting</field>
|
||||
</record>
|
||||
|
||||
<record id="account.group_account_user" model="res.groups">
|
||||
<field name="name">Accountant</field>
|
||||
<field name="implied_ids" eval="[(4, ref('account.group_account_invoice'))]" />
|
||||
<field name="user_ids" eval="[(4, ref('base.user_admin')), (4, ref('base.user_root'))]" />
|
||||
</record>
|
||||
|
||||
<record id="account.group_account_manager" model="res.groups">
|
||||
<field name="implied_ids" eval="[(4, ref('account.group_account_user')), (3, ref('account.group_account_invoice'))]" />
|
||||
<field name="name">Advisor</field>
|
||||
</record>
|
||||
|
||||
<record id="account.group_account_readonly" model="res.groups">
|
||||
<field name="name">Auditor</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
After Width: | Height: | Size: 63 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 85 KiB |
BIN
addons/om_account_accountant/static/description/banner.gif
Normal file
|
After Width: | Height: | Size: 742 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 142 KiB |
|
After Width: | Height: | Size: 159 KiB |
BIN
addons/om_account_accountant/static/description/icon.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
254
addons/om_account_accountant/static/description/index.html
Normal file
@@ -0,0 +1,254 @@
|
||||
<hr style="border: none; height: 1px; background: linear-gradient(to right, transparent, #ccc, transparent); margin: 20px auto;"/>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="col-md-12 text-center">
|
||||
<a target="_blank" href="https://www.walnutit.com">
|
||||
<img src="odoowalnut.png" style="height:150px;">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-12 text-center" style="margin-top: 10px;">
|
||||
<a target="_blank" href="https://www.walnutit.com">
|
||||
<h2>WALNUT SOFTWARE SOLUTIONS</h2>
|
||||
</a>
|
||||
<p>
|
||||
<a href="https://www.walnutit.com" target="_blank">Website: www.walnutit.com</a><br>
|
||||
Email: <a href="mailto:info@walnutit.com">info@walnutit.com</a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_span6">
|
||||
<a target="_blank" href="https://www.youtube.com/watch?v=PEvrXDgfRMM">
|
||||
<h3 class="oe_slogan" style="color: #332c3c;font-size: 24px;font-weight: bold;font-style: italic;">
|
||||
<blink>Like to part of this project ? Contribute and
|
||||
lets enhance and create a better product for the community
|
||||
</blink>
|
||||
</h3>
|
||||
<h6 class="oe_slogan"style="color: #332c3c;font-size: 20px;font-weight: bold;font-style: italic;">
|
||||
help us to translate the module into your language.
|
||||
Click to know how you can contribute
|
||||
</h6>
|
||||
</a>
|
||||
</div>
|
||||
<div class="oe_span6">
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<a target="_blank" href="https://www.youtube.com/watch?v=PEvrXDgfRMM">
|
||||
<img src="odoo_github.png" style="height:200px;">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container oe_dark">
|
||||
<div class="col-md-12">
|
||||
<a target="_blank" href="https://www.walnutit.com">
|
||||
<h2 class="oe_slogan" style="font-size: 35px;color:#2C0091"><b>Odoo 19 Accounting For Community</b></h2>
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan" style="color:#332c3c;font-size: 28px;">Financial Reports</h2>
|
||||
<h3 class="oe_slogan" style="color:#000066;font-size: 24px;">Balance Sheet, Profit and Loss, Partner Ledger,
|
||||
Aged Partner Balance, Aged Receivable, Aged Payable, General Ledger,
|
||||
Trial Balance, Tax Reports, Journals Audit Reports</h3>
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="financial_reports.png" style="height:400px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container oe_dark">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan" style="color:#332c3c;font-size: 28px;">Asset Management</h2>
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="odoo18_asset_management.png" style="height:400px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan" style="color:#332c3c;font-size: 28px;">Budget Management</h2>
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="odoo18_budget.png" style="height:400px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container oe_dark">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan" style="color:#332c3c;font-size: 28px;">Accounting Dashboard</h2>
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="account_dashboard.png" style="height:400px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container oe_dark">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan" style="color:#332c3c;font-size: 28px;">Customer Follow Up</h2>
|
||||
<h3 class="oe_slogan" style="color:#000066;font-size: 24px;">Send follow up emails to customer regarding pending payments
|
||||
</h3>
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="customer_followup.png" style="height:400px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan" style="color:#332c3c;font-size: 28px;">Recurring Payment</h2>
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="recurring_payment.png" style="height:400px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container oe_dark">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan" style="color:#332c3c;font-size: 28px;">Daily Reports</h2>
|
||||
<h3 class="oe_slogan" style="color:#000066;font-size: 24px;">Day Book, Cash Book and Bank Book</h3>
|
||||
<div style="text-align: center;">
|
||||
<a href="https://www.youtube.com/watch?v=PEh-an8iCO0" target="_blank" class="fa fa-youtube-play" style="font-size:24px;color:red">
|
||||
Daily financial reports
|
||||
</a>
|
||||
</div>
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="daily_reports.png" style="height:400px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan" style="color:#332c3c;font-size: 28px;">Fiscal Year and Closing</h2>
|
||||
<h3 class="oe_slogan" style="color:#000066;font-size: 24px;">
|
||||
Manage fiscal years and year ending by setting lock dates
|
||||
</h3>
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="odoo18_fiscal_year.png" style="height:400px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--<section class="oe_container oe_dark">-->
|
||||
<!-- <div class="oe_row oe_spaced">-->
|
||||
<!-- <div class="oe_span12">-->
|
||||
<!-- <h2 class="oe_slogan" style="color:#332c3c;font-size: 28px;">Bank Statement & Reconciliation</h2>-->
|
||||
<!-- <h3 class="oe_slogan" style="color:#000066;font-size: 24px;">Compatible with OCA reconciliation app</h3>-->
|
||||
<!-- <div style="text-align: center;">-->
|
||||
<!-- <a href="https://odoo-community.org/shop/account-reconcile-oca-12428#attr=940118" target="_blank" class="fa fa-bookmark" style="font-size:24px;color:#714B67">-->
|
||||
<!-- Click to Download Bank Statement & Reconciliation-->
|
||||
<!-- </a>-->
|
||||
<!-- </div>-->
|
||||
|
||||
<!-- <div class="oe_demo oe_picture oe_screenshot">-->
|
||||
<!-- <img src="odoo18_reconcile.png" style="height:400px;">-->
|
||||
<!-- </div>-->
|
||||
|
||||
<!-- </div>-->
|
||||
<!-- </div>-->
|
||||
<!--</section>-->
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan" style="color:#332c3c;font-size: 28px;">Account Settings</h2>
|
||||
<h3 class="oe_slogan" style="color:#000066;font-size: 24px;">Enable sales receipts, purchase receipts, credit limit,
|
||||
anglo saxon accounting and configure fiscal years from account settings
|
||||
</h3>
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="account_settings.png" style="height:400px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container oe_dark">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan" style="color:#332c3c;font-size: 28px;">Account Settings</h2>
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="account_settings2.png" style="height:400px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="oe_container">
|
||||
<div class="oe_row oe_spaced">
|
||||
<div class="oe_span12">
|
||||
<h2 class="oe_slogan" style="color:#714B67;font-size: 28px;">Need Enhanced Financial Reports ?</h2>
|
||||
<h3 class="oe_slogan" style="color:#714B67;font-size: 28px;">
|
||||
View financial reports in screen with filters and in PDF, Excel formats</h3>
|
||||
<div class="oe_demo oe_picture oe_screenshot">
|
||||
<img src="odoo_report.gif" style="height:400px;">
|
||||
</div>
|
||||
<div style="text-align: center;">
|
||||
<a href="https://apps.odoo.com/apps/modules/19.0/om_accounting_reports/" target="_blank" class="fa fa-bookmark" style="font-size:24px;color:#714B67">
|
||||
Enhanced accounting reports
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<hr style="width: 100%;height: 4px;background: #2C0091;margin: 0px 0px;">
|
||||
<hr style="width: 100%;height: 4px;background: #148963;margin: 0px 0px;">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<section class="oe_container oe_dark">
|
||||
<div class="oe_row ">
|
||||
<div class="oe_slogan text-center">
|
||||
<img src="odoo_mates.png" style="height: 150px;"/>
|
||||
<div style="color:#269900;">
|
||||
<h3 style="color:#2C0091;font-size: 25px;">Keeping it simple</h3><br>
|
||||
<h3 style="color:#2C0091;font-size: 20px;">Email: <a href="mailto:odoomates@gmail.com">odoomates@gmail.com</a> <br></h3>
|
||||
</div>
|
||||
<div class="oe_slogan">
|
||||
<h2>
|
||||
<a target="_blank" href="https://www.facebook.com/odoomatesofficial" target="new">
|
||||
<i class="fa fa-facebook-square" style="font-size:38px;"></i>
|
||||
</a>
|
||||
<a target="_blank" href="https://twitter.com/odoomates/" target="new">
|
||||
<i class="fa fa-twitter" style="font-size:38px;"></i>
|
||||
</a>
|
||||
<a href="#" target="_blank">
|
||||
<i class="fa fa-linkedin" style="font-size:38px;"></i>
|
||||
</a>
|
||||
<a target="_blank" href="https://www.youtube.com/channel/UCVKlUZP7HAhdQgs-9iTJklQ">
|
||||
<i class="fa fa-youtube-play" style="font-size:38px;"></i>
|
||||
</a>
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr style="width: 100%;height: 4px;background: #148963;margin: 0px 0px;">
|
||||
<hr style="width: 100%;height: 4px;background: #2C0091;margin: 0px 0px;">
|
||||
|
||||
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 109 KiB |
|
After Width: | Height: | Size: 88 KiB |
BIN
addons/om_account_accountant/static/description/odoo_github.png
Normal file
|
After Width: | Height: | Size: 72 KiB |
BIN
addons/om_account_accountant/static/description/odoo_mates.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
addons/om_account_accountant/static/description/odoo_report.gif
Normal file
|
After Width: | Height: | Size: 376 KiB |
BIN
addons/om_account_accountant/static/description/odoowalnut.png
Normal file
|
After Width: | Height: | Size: 71 KiB |
|
After Width: | Height: | Size: 85 KiB |
BIN
addons/om_account_accountant/static/description/walnut_ss.jpeg
Normal file
|
After Width: | Height: | Size: 14 KiB |
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
|
||||
<menuitem id="menu_accounting_bank_and_cash"
|
||||
name="Bank and Cash"
|
||||
parent="account.menu_finance_entries"
|
||||
sequence="15"/>
|
||||
|
||||
<menuitem id="menu_accounting_statement_bank"
|
||||
action="account.action_bank_statement_tree"
|
||||
parent="menu_accounting_bank_and_cash"
|
||||
sequence="10"/>
|
||||
|
||||
<menuitem id="menu_accounting_statement_cash"
|
||||
action="account.action_view_bank_statement_tree"
|
||||
parent="menu_accounting_bank_and_cash"
|
||||
sequence="20"/>
|
||||
|
||||
</odoo>
|
||||
16
addons/om_account_accountant/views/account_group.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<record id="action_account_group_action" model="ir.actions.act_window">
|
||||
<field name="name">Account Groups</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">account.group</field>
|
||||
<field name="view_mode">list,form</field>
|
||||
</record>
|
||||
|
||||
<menuitem id="menu_account_group"
|
||||
action="action_account_group_action"
|
||||
sequence="50"
|
||||
parent="account.account_account_menu"/>
|
||||
|
||||
</odoo>
|
||||
18
addons/om_account_accountant/views/account_journal.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<record id="view_account_journal_form" model="ir.ui.view">
|
||||
<field name="name">account.journal</field>
|
||||
<field name="model">account.journal</field>
|
||||
<field name="inherit_id" ref="account.view_account_journal_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='inbound_payment_method_line_ids']/list/field[@name='payment_account_id']" position="attributes">
|
||||
<attribute name="optional">show</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='outbound_payment_method_line_ids']/list/field[@name='payment_account_id']" position="attributes">
|
||||
<attribute name="optional">show</attribute>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
15
addons/om_account_accountant/views/account_tag.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<record id="action_account_account_tag" model="ir.actions.act_window">
|
||||
<field name="name">Account Tags</field>
|
||||
<field name="res_model">account.account.tag</field>
|
||||
<field name="view_mode">list,form</field>
|
||||
</record>
|
||||
|
||||
<menuitem id="menu_account_tag"
|
||||
action="action_account_account_tag"
|
||||
sequence="40"
|
||||
parent="account.account_account_menu"/>
|
||||
|
||||
</odoo>
|
||||
41
addons/om_account_accountant/views/menu.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<menuitem id="account.menu_finance" name="Accounting"/>
|
||||
|
||||
<menuitem id="menu_account_templates"
|
||||
sequence="100"
|
||||
name="Templates"
|
||||
parent="account.menu_finance_configuration"
|
||||
groups="base.group_no_one"/>
|
||||
|
||||
<record id="account.menu_action_account_moves_all" model="ir.ui.menu">
|
||||
<field name="group_ids" eval="[(5,0,0)]" />
|
||||
</record>
|
||||
|
||||
<record id="account.menu_action_account_moves_all" model="ir.ui.menu">
|
||||
<field name="sequence">2</field>
|
||||
</record>
|
||||
|
||||
<menuitem id="menu_finance_entries_accounting_journals" name="Journals"
|
||||
parent="account.menu_finance_entries" sequence="2">
|
||||
|
||||
<menuitem id="menu_action_account_moves_journal_sales"
|
||||
action="account.action_account_moves_journal_sales"
|
||||
groups="account.group_account_readonly" sequence="1"/>
|
||||
|
||||
<menuitem id="menu_action_account_moves_journal_purchase"
|
||||
action="account.action_account_moves_journal_purchase"
|
||||
groups="account.group_account_readonly" sequence="2"/>
|
||||
|
||||
<menuitem id="menu_action_account_moves_journal_bank_cash"
|
||||
action="account.action_account_moves_journal_bank_cash"
|
||||
groups="account.group_account_readonly" sequence="3"/>
|
||||
|
||||
<menuitem id="menu_action_account_moves_journal_misc"
|
||||
action="account.action_account_moves_journal_misc"
|
||||
groups="account.group_account_readonly" sequence="4"/>
|
||||
|
||||
</menuitem>
|
||||
|
||||
</odoo>
|
||||
62
addons/om_account_accountant/views/payment_method.xml
Normal file
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<record id="view_account_payment_method_form" model="ir.ui.view">
|
||||
<field name="name">account.payment.method</field>
|
||||
<field name="model">account.payment.method</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Payment Methods" create="0" edit="0" delete="0">
|
||||
<sheet>
|
||||
<group>
|
||||
<group>
|
||||
<field name="name"/>
|
||||
<field name="payment_type"/>
|
||||
|
||||
</group>
|
||||
<group>
|
||||
<field name="code"/>
|
||||
</group>
|
||||
</group>
|
||||
</sheet>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="view_account_payment_method_tree" model="ir.ui.view">
|
||||
<field name="name">account.payment.method</field>
|
||||
<field name="model">account.payment.method</field>
|
||||
<field name="arch" type="xml">
|
||||
<list string="Payment Methods" create="0" edit="0" delete="0">
|
||||
<field name="name"/>
|
||||
<field name="payment_type"/>
|
||||
</list>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="view_account_payment_method_search" model="ir.ui.view">
|
||||
<field name="name">account.payment.method</field>
|
||||
<field name="model">account.payment.method</field>
|
||||
<field name="arch" type="xml">
|
||||
<search string="Payment Methods">
|
||||
<field name="name" string="Payment Method"/>
|
||||
<field name="payment_type"/>
|
||||
<group>
|
||||
<filter name="payment_type" string="Payment Type" context="{'group_by':'payment_type'}"/>
|
||||
</group>
|
||||
</search>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<record id="action_account_payment_method" model="ir.actions.act_window">
|
||||
<field name="name">Payment Methods</field>
|
||||
<field name="res_model">account.payment.method</field>
|
||||
<field name="view_mode">list,form</field>
|
||||
</record>
|
||||
|
||||
<menuitem id="menu_account_payment_method"
|
||||
action="action_account_payment_method"
|
||||
parent="account.root_payment_menu"
|
||||
sequence="30"
|
||||
groups="base.group_no_one" />
|
||||
|
||||
</odoo>
|
||||