Skip to Content
Menu
v 15.0 Third Party 55
Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Point of Sale (point_of_sale)
Discuss (mail)
Inventory (stock)
Lines of code 586
Technical Name bi_pos_multiple_invoice_journal
LicenseOPL-1
Websitehttps://www.browseinfo.com/demo-request?app=bi_pos_multiple_invoice_journal&version=15&edition=Community
Versions 12.0 13.0 14.0 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Point of Sale (point_of_sale)
Discuss (mail)
Inventory (stock)
Lines of code 586
Technical Name bi_pos_multiple_invoice_journal
LicenseOPL-1
Websitehttps://www.browseinfo.com/demo-request?app=bi_pos_multiple_invoice_journal&version=15&edition=Community
Versions 12.0 13.0 14.0 15.0 16.0 17.0 18.0
Snow

Odoo Gold Partner Odoo Best Partner
India   |  Malaysia
"Ensure your Odoo system's reliability by using apps from Browseinfo"
Browseinfo
Best Odoo Gold Partner in India 2024 - Trusted Expertise
Browseinfo
Community
Enterprise
Odoo.sh

POS Multiple Invoices Journal Selection Odoo Apps

Print Multi-Invoice PDF Reports with Date Filters

Configure and Choose Multiple Invoice Journals in POS

Generate Invoices by Selected Journal Directly from POS

Enhanced POS Invoicing with Flexible Journal Management

Browseinfo

POS Multi Invoices Journal Selection Odoo App allows users to choose invoice journals for point of sale order. User has the choice to configure multiple invoice journals in POS configuration. Users can easily choose an invoice journal from configured multiple journals in the POS Payment screen and invoice for that POS order has been created for selected journal. This app also allows you to print multi invoice reports in PDF format with start date and end date filter.

Easy to Use Multi Invoice Journal in POS

User can easily use multiple invoice journal in point of sale.

Print Multi Invoice Journal Report

User can print multi invoice journal report in PDF format.

POS Configuration for Invoice Journal

You can configure multiple invoice journal using this POS configuration.


Select Invoice Journal From POS

You can select an invoice button then select invoice journal from POS payment screen.



Journal Entry Menu

Invoicing -> Reporting -> Journal Entry. When you select journal entry menu one wizard is open.


Journal Entry Wizard

In this wizard you can select multiple journal with using target moves, entries sorted by, start date and end date kind of option for print invoice journal report.


Multiple Invoice Journal Report





Version : 15.0.0.0
23 October 2021

Initial release of the app.


Version : 15.0.0.2
11 January 2024

Minor Bug Fixes.


This Odoo app can not be used with Odoo Online (SaaS).

Yes, 60 Days Free Support Is provided with module in case any bug or issue with module.

Yes, Starting version 13.0, Every version of the module is sold separately.

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.

Please raise your ticket to use on ticket@browseinfo.co.in We will back to you shortly.

Get Support, For Free!

60 Days Free Support


In case any bugs or issue (Except data recovery)

At Browseinfo we offer end to end solution for Odoo services. Which includes analysis & consultation on the workflows and integration part.

Have Any Question ?

+91-6351620270

Write Email

Sales : sales@browseinfo.co.in
Support : ticket@browseinfo.co.in


Need Functional Help? Scan Here!
Create Support Ticket
Snow
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.


Must-Have Apps



Best of the Best Apps

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
Problems with installation
by
ERP GT
on 3/29/23, 12:23 AM Confirmed Purchase

Problems with the installation error indicates "inconsistent use of tabs and spaces in indentation", it refers to the model pos_config_inherit.py can you help me solve this problem or tell me what I should do.

-------------------

Traceback (most recent call last):
  File "/opt/odoo/odoo/odoo/addons/base/models/ir_http.py", line 237, in _dispatch
    result = request.dispatch()
  File "/opt/odoo/odoo/odoo/http.py", line 687, in dispatch
    result = self._call_function(**self.params)
  File "/opt/odoo/odoo/odoo/http.py", line 359, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/opt/odoo/odoo/odoo/service/model.py", line 94, in wrapper
    return f(dbname, *args, **kwargs)
  File "/opt/odoo/odoo/odoo/http.py", line 348, in checked_call
    result = self.endpoint(*a, **kw)
  File "/opt/odoo/odoo/odoo/http.py", line 910, in __call__
    return self.method(*args, **kw)
  File "/opt/odoo/odoo/odoo/http.py", line 535, in response_wrap
    response = f(*args, **kw)
  File "/opt/odoo/odoo/addons/web/controllers/main.py", line 1330, in call_button
    action = self._call_kw(model, method, args, kwargs)
  File "/opt/odoo/odoo/addons/web/controllers/main.py", line 1318, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/opt/odoo/odoo/odoo/api.py", line 464, in call_kw
    result = _call_kw_multi(method, model, args, kwargs)
  File "/opt/odoo/odoo/odoo/api.py", line 451, in _call_kw_multi
    result = method(recs, *args, **kwargs)
  File "", line 2, in button_immediate_install
  File "/opt/odoo/odoo/odoo/addons/base/models/ir_module.py", line 74, in check_and_log
    return method(self, *args, **kwargs)
  File "/opt/odoo/odoo/odoo/addons/base/models/ir_module.py", line 486, in button_immediate_install
    return self._button_immediate_function(type(self).button_install)
  File "/opt/odoo/odoo/odoo/addons/base/models/ir_module.py", line 603, in _button_immediate_function
    registry = modules.registry.Registry.new(self._cr.dbname, update_module=True)
  File "/opt/odoo/odoo/odoo/modules/registry.py", line 87, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/opt/odoo/odoo/odoo/modules/loading.py", line 474, in load_modules
    processed_modules += load_marked_modules(cr, graph,
  File "/opt/odoo/odoo/odoo/modules/loading.py", line 363, in load_marked_modules
    loaded, processed = load_module_graph(
  File "/opt/odoo/odoo/odoo/modules/loading.py", line 179, in load_module_graph
    load_openerp_module(package.name)
  File "/opt/odoo/odoo/odoo/modules/module.py", line 396, in load_openerp_module
    __import__('odoo.addons.' + module_name)
  File "/opt/odoo/odoo/extra-addons/bi_pos_multiple_invoice_journal/__init__.py", line 4, in 
    from . import models
  File "/opt/odoo/odoo/extra-addons/bi_pos_multiple_invoice_journal/models/__init__.py", line 4, in 
    from . import pos_config_inherit
Exception

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/odoo/odoo/odoo/http.py", line 643, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/opt/odoo/odoo/odoo/http.py", line 301, in _handle_exception
    raise exception.with_traceback(None) from new_cause
  File "/opt/odoo/odoo/extra-addons/bi_pos_multiple_invoice_journal/models/pos_config_inherit.py", line 19
    for pos_config in self:
TabError: inconsistent use of tabs and spaces in indentation


Re: Problems with installation
by
BrowseInfo
on 3/29/23, 2:57 AM Author

Hello Sir,

Please raise a ticket at ticket@browseinfo.in sir with your purchase details of the app.

Our team will check and guide you further sir.

Regards