Questions tagged [erp]

Enterprise Resource Planning (ERP) intends to provide a complete view of business by integrating accounting, human resources, supply chain management, capacity planning, production scheduling, customer relationship management, sales planning and more.

Enterprise Resource Planning (ERP) intends to provide a complete view of business as a software application. By comparison, Materials Resource Planning (MRP) gives insight into factors that relate directly to physical production. ERP includes MRP as a subset and extends to other areas such as finance and human resources.

797 questions
4
votes
3 answers

Keeping one table or multiple table for similar type of data which one is best while considering high performance

I am designing DATABASE for a Sales and Purchase application like ERP and using MYSQL as RDBMS, I have doubt on creating table for sales and purchase entities to go with single table for each module(Sale/Purchase) or multiple tables for each…
Irfan.gwb
  • 668
  • 2
  • 13
  • 35
4
votes
1 answer

Implementing AGILE methodology in ERP?

We have a huge debate in our organisation to use AGILE in ERP projects. Can anyone give an example of a successful implementation as such?
PKK
  • 41
  • 2
4
votes
1 answer

PXAttributeExtension in Acumatica

Does anybody knows how to use PXAttributeExtension in Acumatica? Can I use it for modification of existing attributes, for example CurrencyInfoAttribute?
Yuriy Zaletskyy
  • 4,983
  • 5
  • 34
  • 54
4
votes
2 answers

Acumatica Web Services API Login

I am attempting to perform some basic integration using Acumatica's web services. Unfortunatly, I'm having problems logging in. According to their documentation, this process should look something like: apitest.Screen context = new…
rheldt
  • 81
  • 1
  • 7
4
votes
5 answers

ERP Framework to use in development?

We are about to start developing an ERP for small companies, and the question is if there is some free framework for ERP that I can use? Is something done to accelerate the process?
MRFerocius
  • 5,509
  • 7
  • 39
  • 47
3
votes
1 answer

Odoo Prevent Selected Duplicate Record in One2many Field

I want to prevent the selected record to show again in the combo box. As you can see, the 710 - Maleo show again after I selected that record before. Field declaration for One2many field class RMReservationOrderLine(models.Model): _name =…
NM Naufaldo
  • 1,032
  • 1
  • 12
  • 30
3
votes
0 answers

AttributeError: 'str' object has no attribute '_fields'

I am making a report by QWEB in Odoo 12, it only has to take the fields of a model called fico.respuesta, the report is printed without any problem, however, when calling the fields of the model it generates the aforementioned error: Error to render…
AnibalAP
  • 43
  • 5
3
votes
2 answers

style error while running odoo-11 in ubuntu 18.04

I'm running odoo 11.0 on ubuntu 18.04, when starting the server the website doesn't appear properly and I got this error: Style error The style compilation failed, see the error below. Your recent actions may be the cause, please try reverting the…
3
votes
1 answer

How to daily reset a sequence (ir.sequence object) in Odoo 12?

I have a custom module in Odoo 12 and I need to create sequences for model records every day so, I need to reset it daily at 00:00 pm. I tried to use scheduler but I can not find which field should I override or reset the sequence I want. As I…
Ibrahim Rahimi
  • 519
  • 8
  • 31
3
votes
5 answers

CF Project getting too big, what shall one do?

A simple billing system (on top of ColdBox MVC) is ballooning into a semi-enterprisey inventory + provisioning + issue-tracking + profit tracking app. They seem to be doing their own thing yet they share many things including a common pool of…
Henry
  • 32,689
  • 19
  • 120
  • 221
3
votes
1 answer

Tutorial or help with Advanced Transactional Inventory Database Design?

I'm working on a transactional inventory system for our e-commerce company, and I'm looking for some sort of a guide or tutorial on how to accomplish this with a MySQL database. There's guides on how to program, and guides on how to USE such…
Nick
  • 10,904
  • 10
  • 49
  • 78
3
votes
2 answers

Odoo 10 Go to purchase list from custom model

I am pulling data from an external source like this: from odoo import models,fields,api import datetime import requests import logging _logger = logging.getLogger(__name__) class purchase_order(models.Model): _inherit =…
logistef
  • 746
  • 1
  • 7
  • 20
3
votes
2 answers

Odoo How to hide edit button based on User Group?

I want to hide edit button based on user group. However I don't want to edit ir.model.access.csv, because some process in my system flow must be able some user group to write the model by code. Are there some way to hide edit button from some group…
ReiiYuki
  • 365
  • 5
  • 19
3
votes
1 answer

priority-web-sdk: uploadImage

I'm trying to upload an image using uploadImage from the documentation. The first thing I notice is that the method does not seem to be exposed by the package. There is a method with a very similar signature uploadDataUrl, which I'm using in the…
3
votes
2 answers

How to change the title of login page and point of sale page in odoo 10?

I'm trying from a week to change the "odoo 10" pages title, I found a solution in this request: How to change the title in Odoo 10? It suggests to edit the addons/web/static/src/js/abstract_web_client.js file and to Change this…
Imad Che
  • 41
  • 1
  • 5
1 2
3
53 54