Skip to Content
  • Combined view for view List and view Timeline
    Hello Contributors,

    I would like to see if there are any pointers for the below requirements, thanks in advance.

    In Field Service, we are using the Timeline view (https://github.com/OCA/web/tree/14.0/web_timeline) to schedule field service orders, which is working great.

    but we need to show view List side by side of the timeline in order to drag and drop from list view to timeline for orders which are not scheduled yet. In order to schedule them faster and giving users more flexibility.

    I find one paid app web_splitview but has limited features like it doesn't support search function, limited to some views, etc.

    Have a good weekend!
    Sandip
    SANDIP MANGUKIYA
    TEAM LEAD MANAGER
    O: 1.855.877.2377
    E: SMangukiya@OpenSourcelntegrators.com
    P.O. BOX 940, HIGLEY, AZ 85236

    by Sandip Mangukiya - 01:30 - 29 May 2021
  • question about payroll and attendance
    Hello,
    
    I was wondering if there can be a link between payroll and attendances 
    (hr.attendance) in Odoo ? The payroll module has a link with attendance 
    (work calendar attendences) but not hr.attendences, AFAICT, so it seems 
    weird to not be able to record overtime. But maybe I'm missing something 
    obvious?
    
    
    -- 
    Alexandre Fayolle
    Senior Software Engineer
    Tel : +33 4 58 48 20 30
    
    Camptocamp France SAS
    18 rue du Lac Saint André
    73 370 Le Bourget-du-Lac
    France
    
    http://www.camptocamp.com
    

    by Alexandre Fayolle - 11:06 - 27 May 2021
  • [Compta] Generation des FEC et non assujetti TVA
    Hello,

    (English below)

    J'utilise une version Odoo 10, pour une entreprise qui n'est pas assujettie à la TVA, comment générer les Fichiers d'Ecriture Comptable (FEC) ?

    Actuellement le systeme oblige à rentrer un numéro de TVA.
    Impossible de générer le FEC sans numéro de TVA.
    Quelle est la méthode pour y remèdier ?

      Cordialement
      
    ------- (English version)

    I am using an Odoo 10 version, for a company that is not subject to VAT, how do I generate the Accounting Entry Files (FEC)?

    Currently the system requires entering a VAT number.
    Cannot generate FEC without VAT number.
    What is the method to remedy it?

    Regards
    --
    Mathieu

    by mathieu - 10:25 - 27 May 2021
  • Problem with fiscal year starting on 1 October to 30 September and Odoo BI Report
    Dear community,

    For the fiscal year that starts from October and ending September. So, on the Odoo BI view, we expect to see that 2021 / Q1 means 1 October to 31 December.

    I think this is not possible in Odoo, as it only use "Date" to interpret the report, right?

    To achieve the expected result, I can only think of adding fiscalyear_id, and quarter as computed stored field in every models needed, which is very inefficient.

    Anyone have better way to achieve this?

    Many thanks,
    Kitti U.





    by Kitti Upariphutthiphong - 05:01 - 26 May 2021
  • v14 accounting changes
    Hi all,

    We started to take a closer look at the v14 accounting.

    We are not delighted…to put it mildly.

    We were wondering if any of you had something ongoing or planned to address some of the following points that we have encountered so far:
    * Major changes in the taxe logic
    * Use of a transit account in the bank reconcile process
    * Cancel state of accounting entries
    * Creation of entries that are then cancelled when a draft invoice is cancelled

    On a more general basis, how do you plan to approach the migration to v14 for the accounting part considering the risk?

    Looking forward to hear your insights,

    Thanks!

    --
    Quentin Lavallee - Chargé de projets
    NUMIGI SOLUTIONS INC.
    (514) 317-7944

    Longueuil, Québec, Canada

    linkedinyoutubecustom-icontwitter

    by Quentin Lavallée-Bourdeau - 04:31 - 21 May 2021
  • Migration to Odoo 14: replacing size attribute of Char field
    Hi all,
    I am migrating some modules to version 14 following https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-14.0 but there is:
    Remove size=X attribute in Char fields, as it's no longer valid for restricting the size of the strings.
    that I don't know how to satisfy.

    The attribute size=X still works fine in Odoo 14 with also the UI limitation so I believe this comes from https://github.com/odoo/odoo/blob/1c39814bd729cc08882f1545c7d88b0592e63f9a/odoo/fields.py#L1608 but as far I can see, it has always been deprecated (at least from https://github.com/odoo/odoo/commit/524bb0a52027ec81245750bb5f0a9e5320faf922), so is there any reason for this to be explicitly mentioned in Odoo 14 migration?

    I know I could add an `api.constrains` but this looks to me like overkill since I believe constraints should be used for more complex conditions.
    Moreover: `api.constrains` does not add any limitation in the UI, so it is not as user-friendly as the attribute size=X that does not allow the user to input more than X characters.
    I should then add also something in every view showing the Char field (hopefully just an option for the Char widget), but it still seems too much work for such an easy requirement.

    This said, what is a valid alternative to the size=X attribute?


    Thanks,
    Simone Rubino

    by Simone Rubino - 12:56 - 21 May 2021
  • Stock valuation by location drilldown
    Hello,
    
    I might be stupid not to see how todo that but let me ask. We have locations design in a hierarchical way (as I guess is designed). So for example we have Goods / RowNo / ShelfNo hierarchy, similarly Spare Parts / RowNo / ShelfNo. Now the stock resides at the leaf nodes in this hierarchy (shelfs). Is there a simple way to do stock valuation by some sort of drilldown? Or at least to get stock value of top location including all its children recursively? The need stems from the requirement to compare this calculation to other Inventory software which is to be replaced by Odoo. But first we have to be sure the calculations match.
    
    Thank you. Best regards
    
    	Radovan Skolnik
    
    
    

    by Radovan Skolnik - 11:51 - 19 May 2021
  • Accounting PSC Member apply
    Hi Community,

    I would like to apply for PSC member on Accounting repositories.

    Mine is a functional profile with some technical knowledge. I'm an active member of the Community as well.

    You can have a look at my profile https://github.com/HaraldPanten

    THX!

    --

    Harald Panten López

    CEO

    Sygel Technology S.L

    +34 637 88 42 41
    harald.panten@sygel.es
    https://www.sygel.es
    C/ Àlaba 61, 5ª planta, 08005, Barcelona

    by Harald Panten Lopez - 10:16 - 19 May 2021
  • Project consumable (v14.0)
    Hi there,

    I've the need to follow the analytic cost of consumables per project.

    As far when consumables are purchase we don't know how they will be used and while creating the quotation we don't know how exactly how many consumable to be sale, I'll create a new module probably called project_consumable in oca/project repo that will let users to record used consumable that will create relevant analytic account line linked to the consumable product and project (likes hr_timesheet which record time per project/task). I'll take care we get proper analysis.

    I plan later to generate sale order (I know this is not very suitable. Add products in the generated invoice would make more sense in odoo... could be done in different modules anyway ) from some of those account move lines.

    Are there already such efforts? I'll be happy to hear your comments :)

    regards,

    --
    Pierre Verkest
    06 81 12 25 20
    Github: petrus-v - Twitter: petrusv84 - Linkedin: pierre-verkest

    by Pierre Verkest - 10:01 - 19 May 2021
  • Manufacturing Order reporting
    Hi all,
    is there a module with a report to show the cost of a manufactured product, with cost of components at the time of production and worked times and deviations from BOM?
    If not, which OCA repository could I do a PR?
    Thanks

    Sergio Corato

    by Sergio Corato - 12:31 - 14 May 2021
  • Account financial reserve naming
    Hi all,


    We want to put some modules we did to OCA, but before we want to validate naming with some native english speakers as some translations are ambiguous.

    We want to modelize a financial reserve (we named it in French 'cagnotte' - that is translated at first sight jackpot or pot(the ambiguous one :-) ) through account moves that feed a waiting account. 

    These entries should allow to pay invoices later (we know the 'wallet' in development on Odoo side but this is quite different as based on accounting entries).

    If we can have a little feedback from some of you on our future baby name.


    Regards,

    --
    __________________________________________
    Denis Roussel
    Software Engineer
    Acsone SA, Succursale de Liège (Val Benoît)
    Tel    : +32 2 888 31 49
    Fax   : +32 2 888 31 59
    Gsm : +32 472 22 00 57

    Acsone sa/nv
    Boulevard de la Woluwe 56 Woluwedal | B-1200 Brussels  | Belgium
    Quai Banning, 6 (Val Benoît) | B-4000 Liège | Belgium
    Zone Industrielle 22 | L-8287 Kehlen | Luxembourg

    by Denis Roussel. - 06:35 - 10 May 2021
  • Sale Order -> Payment -> Invoice
    Hello,

    I'm looking at implementing a typical eCommerce-like B2C workflow, where Orders are paid before the picking starts and an invoice is generated.

    AFAIK Odoo does not support this flow out of the box.
    I also searched the OCA modules for help, and couldn't find any.

    Did I miss anything on my search?

    Thank you

    --
    Daniel Reis
    Managing Director
    M: +351 919991307
    E: DReis@OpenSourceIntegrators.com
    Av Doutor Desidério Cambournac 12 • 2710-553 Sintra, Portugal



    by Daniel Reis - 10:06 - 6 May 2021
  • OCA RFQ: Communication Strategy Expert - closes 12th May
    Hello OCA Contributors

    Just a reminder that our latest OCA RFQ closes on the 12th May.

    We are looking for a Communication Strategy Expert to help define our Communication Strategy for the next 3 years.

    To find out about the work schedule and deliverables please see here: https://drive.google.com/file/d/19EL646MjjpI4lN47v4P18tHMk2q_1ktR/view

    If you have any questions please email: rfq@odoo-community.org

    Warmest regards,
    Rebecca
    --
    Rebecca Gellatly
    General Secretary
    Odoo Community Association

    by Rebecca Gellatly - 02:26 - 5 May 2021
  • Shipping Costs
    Hello,

    I found this requirement that I don't see existing features to support it.
    Target version is Odoo 14.

    A Sales order has a shipping costs line.
    There is a shipping price charged to the customer, that is zero in most cases.
    And there is an actual cost, that should depend on the delivery method we end up using.

    The first gap is that the "Update Shipping Cost" button on the Sales Order updates the *price*, and not the cost.

    The second gap is that, if you do set an amount on the SO line cost field, it is not carried over to the invoice.
    The account_invoice_margin module solves this, but then, when posting the invoice this cost information is not used for the posting, and is not recorded in the accounting entries.

    I'm ready to create a module to support this case, but I'm wondering if I am missing something here.
    Am I thinking through this right?

    Thanks!

    --
    Daniel Reis
    Managing Director
    M: +351 919991307
    E: DReis@OpenSourceIntegrators.com
    Av Doutor Desidério Cambournac 12 • 2710-553 Sintra, Portugal



    by Daniel Reis - 05:01 - 29 Apr 2021
  • Confirm unsubscription to Contributors
    Your Channel
    Contributors
    Odoo Community Association (OCA)

    Hello,

    You have requested to be unsubscribed to the mailing list Contributors.

    To confirm, please visit the following link: https://odoo-community.org/groups/unsubscribe/15/16398/2eb67cc745fb1534875df5daebaf9183.

    If this was a mistake or you did not requested this action, please ignore this message.

    Odoo Community Association (OCA)
    info@odoo-community.org | http://odoo-community.org
    Powered by Odoo

    _______________________________________________
    Mailing-List: https://odoo-community.org/groups/contributors-15
    Post to: mailto:contributors@odoo-community.org
    Unsubscribe: https://odoo-community.org/groups?unsubscribe


    by info@odoo-community.org - 09:51 - 29 Apr 2021
  • 30 Checkout Operations per Minute A job for Odoo or not ?
    Hi Folks, 
    
    i have a project proposal on my desk that will ultimately end up in
    approx. 30 checkout transactions per minute. Has anybody got a project
    with that order volume done with a relatively recent version of Odoo
    and provide a good reference. Please bear in mind that the project
    ahead involves a similarly high volume of stock moves.
    
    Any suggestion / comment like (but not limited to) 
    
    Odoo is the wrong technology for that, forget it, because....
    
    over
    
    You can do it but, a), b), c) ....
    
    to
    
    If you really want that beast flying involve us over here because we
    are among the few ones that already did soemthing similar
    
    would be appreciated. 
    
    From our load intensive projects at initOS i know that 10000 orders a
    day can be handled but almost 50000 is a different story and thats why
    i am asking the most experienced resource out there ;-)
    
    Thanks in advance for your replay
    
    Cheers Frederik
    
    -- 
    Dr.-Ing. Frederik Kramer
    Geschäftsführer
            
    initOS GmbH
    An der Eisenbahn 1
    21224 Rosengarten
            
    Phone:  +49 4105 56156-12
    Fax:    +49 4105 56156-10
    Mobil:  +49 179 3901819
            
    Email: frederik.kramer@initos.com
    Web:   www.initos.com
            
    Geschäftsführung:
    Dr.-Ing. Frederik Kramer & Dipl.-Ing. (FH) Torsten Francke
    
    Sitz der Gesellschaft: Rosengarten – Klecken
    Amtsgericht Tostedt, HRB 205226
    Steuer-Nr: 15/200/53247
    USt-IdNr.: DE815580155
    
    

    by Frederik Kramer. - 10:16 - 28 Apr 2021
  • Rename a module with migration script
    Hello all!
    We are trying to rename a module. The main purpose is to change the
    name of the module itself, as well as xmlids, models and tables.
    
    Preliminary step:
    - Add a pre-migrate script like this one in new_name_module (bumping
    the version number):
    https://github.com/OCA/l10n-italy/pull/2220/commits/d6c790525e1892be1d04391054ccb779092c354c#diff-a86bc87cb07b27f04908e90baeb089a9182ad568d8e7205f40f3e689272bb76c
    
    Test steps:
    
    1) old_name module installation
    2) add/change some data in Odoo
    3) checkout to commit containing new_name module, migration script and
    version bumped
    4) launch old_name_module update:
    ./odoo-bin -c etc/odoo14.cfg -d testdb -u old_name_module --stop-after-init
    
    Output:
    old_name_module: not installable, skipped
    
    In fact pre-migrate script is not triggered.
    
    
    As an alternative to 4), we tried this:
    4) launch new_name_module update:
    ./odoo-bin -c etc/odoo14.cfg -d testdb -u new_name_module --stop-after-init
    
    But it didn't work as well.
    
    
    The only way (we have found so far) to trigger pre-migrate script is this:
    
    1) old_name module installation
    2) add/change some data
    3) checkout to commit containing new_name module, migration script and
    version bumped
    4) execute odoo shell
        >>> from openupgradelib import openupgrade
        >>> openupgrade.update_module_names(env.cr, [('old_name_module',
    'new_name_module'),], merge_modules=False,)
        >>> env.cr.commit()
    5) launch new_name_module update:
    ./odoo-bin -c etc/odoo14.cfg -d testdb -u new_name_module --stop-after-init
    
    
    Do you know a way to trigger the migration script without using odoo shell?
    
    Thanks in advance.
    S.
    

    by Sergio Zanchetta - 10:16 - 28 Apr 2021
  • RFQ - Communication Strategy for the next 3 years - share this please
    Dear OCA Contributors,
    We hope your week's have started well.

    Late last week we shared through our social media our latest RFQ. To share further please find the information below.

    The OCA is looking for  a Communication Strategy Expert to help define our Communication Strategy for the next  3 years.

    To find out about the work schedule and deliverables please see here: https://drive.google.com/file/d/19EL646MjjpI4lN47v4P18tHMk2q_1ktR/view

    If you have any questions please  email: rfq@odoo-community.org

    Warmest regards,
    Rebecca & Virginie

    by Virginie Dewulf. - 10:16 - 28 Apr 2021
  • RFQ - OCA Communication Strategy Expert
    Dear Contributors,

    I hope your week's have started well.

    Late last week we shared through our social media our latest RFQ. To share further please find the information below.

    The OCA is looking for  a Communication Strategy Expert to help define our Communication Strategy for the next  3 years.

    To find out about the work schedule and deliverables please see here: https://drive.google.com/file/d/19EL646MjjpI4lN47v4P18tHMk2q_1ktR/view

    If you have any questions please  email: rfq@odoo-community.org

    Warmest regards,
    Rebecca
    --
    Rebecca Gellatly
    General Secretary
    Odoo Community Association

    by Rebecca Gellatly - 10:15 - 28 Apr 2021
  • Enable Github Discussions for l10n-brazil
    Hi

    Someone with permission to configure OCA´s projects, could kindly activate the github discussions of the Brazilian Localization project?


    Thanks in advance

    Luis Felipe Miléo
    CEO
    phone: +55 11 3090-9303
    mobile: +55 35 988 763 663
    logo
    R. Coronel Renó, 07 - Sala PC.2.3.01
    Itajubá - MG
    kmee.com.br
       

    by Luis F Miléo - 10:15 - 28 Apr 2021