Save template for exporting in Odoo 14 - odoo

I'm searching how to store an export template via module by doing programming, I came across this post, I searched the same base module (base_export_manager) in 14 but I haven't found it yet.
I understand that could be an XML record that can be saved and installed via a module, so far I just found how to do it using the Odoo GUI.

Related

Does DOORS maintain a history of all the modules I have worked in?

Background
I am currently doing a task where I am relinking objects inside a module (Module_B). While relinking, I forgot to include a new "Link_" column to set up the new links for Module_C. Therefore I erroneously linked to the wrong module (Module_D). I did not realize this until I looked at both the links to the old module (Module_A) and the new module (Module_D but should be Module_C). Now all the links inside the Link_Module_A and Link_Module_C columns of Module_B go to nowhere.
I need to figure which module contains my mistake, that is, I want to find which Module was Module_B.
Question
Is there a way I can find the history of all modules that I have opened in DOORS?
AFAIK, there is no built-in running history of modules that have been opened for vanilla DOORS.
I know on the database I work on, we created a trigger to log what you're asking for.
Assuming you're not the admin, maybe you can ask your admin if they have something like this implemented on the database you're working on.

How can we copy the list of issues from one project to another in JIRA?

We have one project in JIRA and we have uploaded all the issues under it. The issues are stored in the category wise structure.
For Example: Module 1 >> Test Cases
We want to fetch(copy) the test cases of few categories into another project. Is there any mechanism available in JIRA to copy multiple test cases in one go?
Kindly suggest the best possible solution of the above requirement.
There are a few options which may work for you:
You could try use the Structure Plugin for Jira:
Cloning Multiple Issues
Try a Marketplace plugin Bulk Clone Basic for Jira
Bulk Clone Basic Plugin
Another Try/Buy option Clone Plus Plugin for Jira
bobswift.atlassian.net/wiki/display/JCPP
Alternatively you could export the issues you need, adjust and then import as a new project:
confluence.atlassian.com/cloud/import-and-export-data-873871368.html
This functionality is still not supported in JIRA. The workaround mentioned in Tom's answer uses the Export/Import functionality, but, apparently, this does not copy any attachments (at least, not with JiraServer), so it is an unsatisfactory solution.
Unfortunately, AddOns appear to be the only option. Here's a list that shows the currently supported cloning tools in the Atlassian Marketplace. (At this writing, it looks like there are 3 or 4 options that promise to do the trick -- all "Try/Buy". I have not tested them.)
For those who aren't concerned about attachments, here's the detailed steps for exporting and importing to copy issues from one Jira project to another (in 2022 anyway).
In the source project, navigate to the Issues tab
Click the Export Issues button
Click Export Excel CSV (all fields)
Save the file in the dialog that appears
(Optional) Edit the CSV if you like although you can change some things in the import process
Click the ... in the top right
Select Import issues from CSV
Click Choose File
Select the CSV exported earlier
Click Next
Set "Import to Project" to your destination project
Click Next
Set fields you wish to map (e.g. Assignee, Components, Description)
Click Next
Click Begin Import
I found the solution for this
Search all the issue based on the filter.
Select all issue and top 3 dot select clone issue.
Follow the instruction and it moves all the issues.

Migrating videosoft vsindextab from VB6 to VB.NET

I have a VB6 project I need to migrate to VB.NET.
I tryied with both the migrating tool of VB.NET express 2005 and 2008 with the same result.
When I try to open a form in designer mode containing a videosoft's vsindextab component in the resulting project of the migration, I receive the following error:
Warning 1 Unknown name. (Exception from HRESULT: 0x80020006 (DISP_E_UNKNOWNNAME)) C:\gestionbtdotnet\FormBT.Designer.vb 261 0
The line in error is in the designer.vb file and is the following:
CType(Me.vsIndexTab1, System.ComponentModel.ISupportInitialize).BeginInit()
(The vsIndexTab being a vsOcx6lib.vsindextab object)
I searched all over the web about it but couldn't find anything.
I tryied using a different .NET Framework version, I tryied copying the ocx file (vsocx6.ocx) to every possible places, I tryied simply erasing the line in error.
No luck.
Can anyone help me?
You can only migrate code. Projects that depend on third-party components that are binary-only and not .Net compatible (like the vsindextab component used here) will not migrate. Here are your options:
Check with the original vendor for a .Net version of the same component.
Find another .Net-compatible replacement for the component, and re-write code to use the new replacement.
Rewrite existing code to avoid using the component anywhere at design time. Factor that section out to it's own library that you can invoke at run-time only. Then build custom dllimport code to use that library at run time.
Write your own replacement for the component, relying on existing .Net widgets.

I just want to know where we need to make changes while customizing odoo?

I am new in odoo. Can u please tell me where I need to customize an odoo business application. We have a database, XML, python files etc.
Is there any need to make change in view_XML, python or pg admin?
To customize an Odoo application you definitely don't have to change the database manually (I guess that's what you mean by pgadmin).
You should not make changes to core Odoo modules or any module for that matter, instead you should create your own modules to modify existing modules or add new features.
Themes, snippets and basic view customizations (rearrange fields or show and hide existing model fields) doesn't require to write any python file (other than the required module python files).
If you want to make extend current models or add new models then you need to create new python files
The Best way to customize odoo Module is to build a new module.
For Creating new Module best tutorial is Technical Momento book and Document provided by odoo on www.odoo.com

How to resolve an Error after importing a package in Enterprse Architect Sparx Systems

Everytime I want to change some properties in some class I get the following error messages:
:Microsoft Cursor Engine [-2147217864]
Row cannot be located for updating. Some values may have been changed since it was last read.
ADODB.Recordset[-2146825069]
Operation is not allowed in this context.
How can I solve them??
Even if this question was posted a long time ago:
Now and then this error occurs in my projects, too.
Every time I try to edit specific elements in Enterprise Architect projects i get exactly the same error messages. The only solution to this is to delete the element completely and create it again.
#TomO:
When you are importing a package, is this from XMI or are you import a source code directory?
I import only via XMI file.
What are you using as a repository?
I'm using a PostgreSQL-Server based repository, which I access via ODBC Driver.
In your ODBC Data Source Configuration do you have "Return matched rows instead of affected rows" and "Allow big result sets".
Could specify where I can find these options? Perhaps this is outdated, becaus I can't find any of these options under the Options/Datasource Menu in my ODBC driver.
If you are importing form XMI are you stripping the GUIDs on import, this is always a good idea if you are making a copy of an existing folder in your model as having two elements with the same GUID is not ideal ;-)
I strip GUIDs when I'm exporting and again when I'm importing XMI files.
I would really apprechiate any help concerning this topic.
If possible i might need a little more information. When you are importing a package, is this from XMI or are you import a source code directory? What are you using as a repository? Given the error I am assuming it is not the local EAP file.
In your ODBC Data Source Configuration do you have "Return matched rows instead of affected rows" and "Allow big result sets"
If you are importing form XMI are you stripping the GUIDs on import, this is always a good idea if you are making a copy of an existing folder in your model as having two elements with the same GUID is not ideal ;-)
I have also noticed that you asked this on Apr 14th - sorry it has taken me so long to find your request. I hope this helps!
Are you accessing your ea repository as a cloud repository please? If so, you could try to switch to access the repository as an odbc datasource, and this problem might be solved. I think it is a bug of the Sparx enterprise architect cloud service.